Topic: sftp client directory listing receives a slow response or times out

I have OSX 10.4 server with mysecureshell .95 running on it.  When I connect to the server using CuteFtp the request for a directory listing takes a very long time or times out entirely.  There are no error messages in the log file.  When I connect with CuteFtp as a user that is not using the mysecureshell the directory listings are instant but of course the user is not restricted to their home directory.  WinScp connects and lists directories without problem but I would guess that it is issuing SCP commands.

Can anyone shed some light on this problem?

Re: sftp client directory listing receives a slow response or times out

SFTP protocol doesn't use SCP commands... but i don't know how work CuteFtp hmm

Have you try with latest version of MySecureShell ?

Re: sftp client directory listing receives a slow response or times out

teka wrote:

SFTP protocol doesn't use SCP commands... but i don't know how work CuteFtp hmm

Have you try with latest version of MySecureShell ?

I tried to install the 1.0 version on OSX 10.4 but the package said it required 10.5 to install.

I tried to install the 1.1 version and it seemed to install fine but it didn't seem to work at all.  The MSS front end didn't show any created users or configurations.

Re: sftp client directory listing receives a slow response or times out

Melchizedek wrote:
teka wrote:

SFTP protocol doesn't use SCP commands... but i don't know how work CuteFtp hmm

Have you try with latest version of MySecureShell ?

I tried to install the 1.0 version on OSX 10.4 but the package said it required 10.5 to install.

I tried to install the 1.1 version and it seemed to install fine but it didn't seem to work at all.  The MSS front end didn't show any created users or configurations.

MySecureShell 1.1 and Graphical Tools 1.8 aren't packaged for OSX because we have change the way of administrate...

If you use the last version of both, you have to:
- set administrator for your user (use tag IsAdmin)
- launch Graphical Tools under this user

And it should works smile

5 (edited by Melchizedek 2008-12-17 22:51:15)

Re: sftp client directory listing receives a slow response or times out

teka wrote:
Melchizedek wrote:
teka wrote:

SFTP protocol doesn't use SCP commands... but i don't know how work CuteFtp hmm

Have you try with latest version of MySecureShell ?

I tried to install the 1.0 version on OSX 10.4 but the package said it required 10.5 to install.

I tried to install the 1.1 version and it seemed to install fine but it didn't seem to work at all.  The MSS front end didn't show any created users or configurations.

MySecureShell 1.1 and Graphical Tools 1.8 aren't packaged for OSX because we have change the way of administrate...

If you use the last version of both, you have to:
- set administrator for your user (use tag IsAdmin)
- launch Graphical Tools under this user

And it should works smile

If I understand you correctly you are saying if I launch the Graphical Tool with a user that has OSX admin privileges then it should work.

I have done that and have also tried launching the Graphical Tool as the root user "sudo java -jar sftp-mss.jar" with the same result.  Here is the java error behind the scenes when I try the wizard "create new user"

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at mysecureshell.sftp.packet.PacketWriter.writeToStream(PacketWriter.java:53)
        at mysecureshell.sftp.SftpClient.tryCommunicate(SftpClient.java:266)
        at mysecureshell.sftp.SftpClient.userCreate(SftpClient.java:192)
        at mysecureshell.swing.TabWizard.createUser(TabWizard.java:552)
        at mysecureshell.swing.TabWizard.access$4(TabWizard.java:547)
        at mysecureshell.swing.TabWizard$7.actionPerformed(TabWizard.java:334)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
        at java.awt.Component.processMouseEvent(Component.java:5583)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
        at java.awt.Component.processEvent(Component.java:5348)
        at java.awt.Container.processEvent(Container.java:2010)
        at java.awt.Component.dispatchEventImpl(Component.java:4050)
        at java.awt.Container.dispatchEventImpl(Container.java:2068)
        at java.awt.Component.dispatchEvent(Component.java:3885)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
        at java.awt.Container.dispatchEventImpl(Container.java:2054)
        at java.awt.Window.dispatchEventImpl(Window.java:1791)
        at java.awt.Component.dispatchEvent(Component.java:3885)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Re: sftp client directory listing receives a slow response or times out

Sorry but i would say MySecureShell admin... not admin under OSX roll

Re: sftp client directory listing receives a slow response or times out

teka wrote:

Sorry but i would say MySecureShell admin... not admin under OSX roll

Where would I do this?  Is there a config file that I should be editing?

Re: sftp client directory listing receives a slow response or times out

In MySecureShell config file (by default: /etc/ssh/sftp_config), add lines at end of file:

<User your_user_under_osx>
    IsAdmin    true
</User>

And then run java under your_user_under_osx and it should works well smile

Re: sftp client directory listing receives a slow response or times out

teka wrote:

In MySecureShell config file (by default: /etc/ssh/sftp_config), add lines at end of file:

<User your_user_under_osx>
    IsAdmin    true
</User>

And then run java under your_user_under_osx and it should works well smile

Ok, so I was able to get it running but I still have the same problem with CuteFtp as the previous versions. 

The initial "get working directory" takes a very long time to return.  In fact it seems to time out first and then display the information almost as if it recieved the directory listing back but was still waiting for a closing signal or something.

Trying to access the detail of a sub directory times out as well.

Is there a way to compile the application to get more details on the requests in the log?

Re: sftp client directory listing receives a slow response or times out

Yes you can help us by providing log file after compiling in debug.

Just:
- "./configure --with-debug=2"
- "make"
- Move /bin/MySecureShell to another place
- "ln -s MySecureShell /bin/MySecureShell"
- do your test
- then remove the symlink and restore the original binary

Thank you smile

Re: sftp client directory listing receives a slow response or times out

teka wrote:

Yes you can help us by providing log file after compiling in debug.

Just:
- "./configure --with-debug=2"
- "make"
- Move /bin/MySecureShell to another place
- "ln -s MySecureShell /bin/MySecureShell"
- do your test
- then remove the symlink and restore the original binary

Thank you smile

I did this process.  The "--with-debug=2" seems to add "-g3" to the list of compile flags.  I did the test but I don't see any additional information in the log just the "New client" line and the "Quit" line.

To be safe I deleted all the .o files and the MySecureShell file from the compile directory but it didn't seem to make any difference.

Any suggestions?

Re: sftp client directory listing receives a slow response or times out

Sorry i'm stupid...

You have to do (don't forget to remove all .o files):
- "./configure --with-debug=1"
- "make"
- Move /bin/MySecureShell to another place
- "ln -s MySecureShell /bin/MySecureShell"
- do your test
- then remove the symlink and restore the original binary


And it should be more verbose smile

13 (edited by Melchizedek 2008-12-23 22:07:41)

Re: sftp client directory listing receives a slow response or times out

teka wrote:

Sorry i'm stupid...

You have to do (don't forget to remove all .o files):
- "./configure --with-debug=1"
- "make"
- Move /bin/MySecureShell to another place
- "ln -s MySecureShell /bin/MySecureShell"
- do your test
- then remove the symlink and restore the original binary


And it should be more verbose smile


Sadly even lvl 1 debug gives me no more information in the log. 

lvl 1 passes the -DDODEBUG flag along with the -g3 flags as compilation flags but I still don't seen any more then before in the log.

What I mean to say is that it is not giving out any additional information in the log for this particular issue.  I do see more information in the log then before when lvl  1 debug is set.

Re: sftp client directory listing receives a slow response or times out

There is a problem during your compilation... hmm

All .o (*.o and */*.o) files was removed before command "make" ?

Re: sftp client directory listing receives a slow response or times out

teka wrote:

There is a problem during your compilation... hmm

All .o (*.o and */*.o) files was removed before command "make" ?

I missed the subdiretory .o files.

here is what the server logs when Cute ftp connects and tries to go to the Employees directory.

2008-12-23 22:38:07 [405]New client [larry] from [192.168.1.33]
2008-12-23 22:38:07 [405]Load all users...
2008-12-23 22:38:07 [405]Load all groups...
2008-12-23 22:38:07 [405][DoInit]New client version: 2 [use: 3]
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887150529 tmCur: 1 tmNeeded: 999997
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887150656 tmCur: 1 tmNeeded: 999996
2008-12-23 22:38:07 [405][DoRealPath]path:'.' -> '/'
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887153071 tmCur: 1 tmNeeded: 999995
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887153146 tmCur: 0 tmNeeded: 999995
2008-12-23 22:38:07 [405][DoOpenDir]path:'/' status:0
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887155067 tmCur: 1 tmNeeded: 999994
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887155125 tmCur: 1 tmNeeded: 999993
2008-12-23 22:38:07 [405][DoReadDir]path:'/' handle:0
2008-12-23 22:38:07 [405][DoReadDir] -> '/.' handle:0 [0]
2008-12-23 22:38:07 [405][DoReadDir] -> '/..' handle:0 [1]
2008-12-23 22:38:07 [405][DoReadDir] -> '/.DS_Store' handle:0 [2]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Acknowledgements' handle:0 [3]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Broadridge' handle:0 [4]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Employee' handle:0 [5]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Fonts' handle:0 [6]
2008-12-23 22:38:07 [405][DoReadDir] -> '/JH' handle:0 [7]
2008-12-23 22:38:07 [405][DoReadDir] -> '/license.txt' handle:0 [8]
2008-12-23 22:38:07 [405][DoReadDir] -> '/PDF' handle:0 [9]
2008-12-23 22:38:07 [405][DoReadDir] -> '/plop' handle:0 [10]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedAck' handle:0 [11]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedFiles' handle:0 [12]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedFilesError' handle:0 [13]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedFilesSkiped' handle:0 [14]
2008-12-23 22:38:07 [405][DoReadDir] -> '/SFTP' handle:0 [15]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Sharppoint' handle:0 [16]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Static Images' handle:0 [17]
2008-12-23 22:38:07 [405][DoReadDir] -> '/XML' handle:0 [18]
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887158110 tmCur: 1 tmNeeded: 999992
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887158198 tmCur: 1 tmNeeded: 999991
2008-12-23 22:38:07 [405][DoReadDir]path:'/' handle:0
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887161895 tmCur: 1 tmNeeded: 999990
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887161961 tmCur: 1 tmNeeded: 999989
2008-12-23 22:38:07 [399][DoAdminGetLogContent]wanted:0 / read:131072
2008-12-23 22:38:07 [399][select: 1]tmLast: 1230071887665303 tmCur: 2 tmNeeded: 999582
2008-12-23 22:38:07 [399][select: 1]tmLast: 1230071887665464 tmCur: 1 tmNeeded: 999581
2008-12-23 22:38:07 [399][select: 1]tmLast: 1230071887665579 tmCur: 1 tmNeeded: 999580
2008-12-23 22:38:07 [399][select: 1]tmLast: 1230071887665679 tmCur: 1 tmNeeded: 999579

.
.
.

2008-12-23 22:42:50 [399][select: 0]tmLast: 1230072170836231 tmCur: 2 tmNeeded: 999998
2008-12-23 22:42:50 [405][select: 0]tmLast: 1230072170973344 tmCur: 2 tmNeeded: 999998
2008-12-23 22:42:51 [405][DoOpenDir]path:'/Employee' status:0
2008-12-23 22:42:51 [405][select: 1]tmLast: 1230072171702832 tmCur: 2 tmNeeded: 999996
2008-12-23 22:42:51 [405][select: 1]tmLast: 1230072171702920 tmCur: 0 tmNeeded: 999996

Re: sftp client directory listing receives a slow response or times out

Here is the same scenario but with WinScp which works just fine.

2008-12-23 22:45:35 [399][select: 0]tmLast: 1230072335902201 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:36 [399][select: 0]tmLast: 1230072336902356 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:37 [399][select: 0]tmLast: 1230072337902525 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:38 [399][select: 0]tmLast: 1230072338902666 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:39 [399][select: 0]tmLast: 1230072339902999 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:40 [399][select: 0]tmLast: 1230072340903157 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:41 [430][select: 0]tmLast: 1230072341816726 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:41 [430]New client [larry] from [192.168.1.33]
2008-12-23 22:45:41 [430]Load all users...
2008-12-23 22:45:41 [430]Load all groups...
2008-12-23 22:45:41 [430][DoInit]New client version: 5 [use: 5]
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341850911 tmCur: 1 tmNeeded: 999997
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341851041 tmCur: 1 tmNeeded: 999996
2008-12-23 22:45:41 [430][DoRealPath]path:'.' -> '/'
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341853420 tmCur: 2 tmNeeded: 999994
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341853496 tmCur: 1 tmNeeded: 999993
2008-12-23 22:45:41 [430][DoOpenDir]path:'/' status:0
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341854459 tmCur: 1 tmNeeded: 999992
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341854518 tmCur: 1 tmNeeded: 999991
2008-12-23 22:45:41 [430][DoReadDir]path:'/' handle:0
2008-12-23 22:45:41 [430][DoReadDir] -> '/.' handle:0 [0]
2008-12-23 22:45:41 [430][DoReadDir] -> '/..' handle:0 [1]
2008-12-23 22:45:41 [430][DoReadDir] -> '/.DS_Store' handle:0 [2]
2008-12-23 22:45:41 [430][DoReadDir] -> '/Acknowledgements' handle:0 [3]
2008-12-23 22:45:41 [430][DoReadDir] -> '/Broadridge' handle:0 [4]
2008-12-23 22:45:41 [430][DoReadDir] -> '/Employee' handle:0 [5]
2008-12-23 22:45:41 [430][DoReadDir] -> '/Fonts' handle:0 [6]
2008-12-23 22:45:41 [430][DoReadDir] -> '/JH' handle:0 [7]
2008-12-23 22:45:41 [430][DoReadDir] -> '/license.txt' handle:0 [8]
2008-12-23 22:45:41 [430][DoReadDir] -> '/PDF' handle:0 [9]
2008-12-23 22:45:41 [430][DoReadDir] -> '/plop' handle:0 [10]
2008-12-23 22:45:41 [430][DoReadDir] -> '/ProcessedAck' handle:0 [11]
2008-12-23 22:45:41 [430][DoReadDir] -> '/ProcessedFiles' handle:0 [12]
2008-12-23 22:45:41 [430][DoReadDir] -> '/ProcessedFilesError' handle:0 [13]
2008-12-23 22:45:41 [430][DoReadDir] -> '/ProcessedFilesSkiped' handle:0 [14]
2008-12-23 22:45:41 [430][DoReadDir] -> '/SFTP' handle:0 [15]
2008-12-23 22:45:41 [430][DoReadDir] -> '/Sharppoint' handle:0 [16]
2008-12-23 22:45:41 [430][DoReadDir] -> '/Static Images' handle:0 [17]
2008-12-23 22:45:41 [430][DoReadDir] -> '/XML' handle:0 [18]
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341856269 tmCur: 1 tmNeeded: 999990
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341856352 tmCur: 0 tmNeeded: 999990
2008-12-23 22:45:41 [430][DoReadDir]path:'/' handle:0
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341858807 tmCur: 1 tmNeeded: 999989
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341858870 tmCur: 1 tmNeeded: 999988
2008-12-23 22:45:41 [430][DoClose] -> handle:0 status:0
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341859620 tmCur: 1 tmNeeded: 999987
2008-12-23 22:45:41 [430][select: 1]tmLast: 1230072341859676 tmCur: 1 tmNeeded: 999986
2008-12-23 22:45:41 [399][select: 0]tmLast: 1230072341903307 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:42 [430][select: 0]tmLast: 1230072342859742 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:42 [399][select: 0]tmLast: 1230072342903411 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:43 [430][select: 0]tmLast: 1230072343859903 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:43 [399][select: 0]tmLast: 1230072343903528 tmCur: 1 tmNeeded: 999999
2008-12-23 22:45:44 [430][select: 0]tmLast: 1230072344860091 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:44 [399][select: 0]tmLast: 1230072344903635 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:45 [430][select: 0]tmLast: 1230072345860307 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:45 [399][select: 0]tmLast: 1230072345903805 tmCur: 1 tmNeeded: 999999
2008-12-23 22:45:46 [430][select: 0]tmLast: 1230072346860481 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:46 [399][select: 0]tmLast: 1230072346903930 tmCur: 1 tmNeeded: 999999
2008-12-23 22:45:47 [430][select: 0]tmLast: 1230072347860651 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:47 [399][select: 0]tmLast: 1230072347904305 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:48 [430][select: 0]tmLast: 1230072348861013 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:48 [399][select: 0]tmLast: 1230072348904454 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:49 [430][select: 0]tmLast: 1230072349861189 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:49 [399][select: 0]tmLast: 1230072349904586 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:50 [430][select: 0]tmLast: 1230072350861363 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:50 [399][select: 0]tmLast: 1230072350904712 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:51 [430][select: 0]tmLast: 1230072351861548 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:51 [399][select: 0]tmLast: 1230072351904841 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:52 [430][select: 0]tmLast: 1230072352861750 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:52 [399][select: 0]tmLast: 1230072352905008 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:53 [430][select: 0]tmLast: 1230072353861907 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:53 [399][select: 0]tmLast: 1230072353905170 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:54 [430][select: 0]tmLast: 1230072354862063 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:54 [399][select: 0]tmLast: 1230072354905423 tmCur: 5 tmNeeded: 999995
2008-12-23 22:45:55 [430][select: 0]tmLast: 1230072355862224 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:55 [399][select: 0]tmLast: 1230072355905725 tmCur: 3 tmNeeded: 999997
2008-12-23 22:45:56 [430][select: 0]tmLast: 1230072356862366 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:56 [399][select: 0]tmLast: 1230072356905882 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:57 [430][select: 0]tmLast: 1230072357862510 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:57 [399][select: 0]tmLast: 1230072357906041 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:58 [430][select: 0]tmLast: 1230072358862640 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:58 [399][select: 0]tmLast: 1230072358906182 tmCur: 1 tmNeeded: 999999
2008-12-23 22:45:59 [430][select: 0]tmLast: 1230072359862807 tmCur: 2 tmNeeded: 999998
2008-12-23 22:45:59 [399][select: 0]tmLast: 1230072359906269 tmCur: 2 tmNeeded: 999998
2008-12-23 22:46:00 [430][select: 0]tmLast: 1230072360862967 tmCur: 2 tmNeeded: 999998
2008-12-23 22:46:00 [399][select: 0]tmLast: 1230072360906361 tmCur: 1 tmNeeded: 999999
2008-12-23 22:46:01 [430][DoRealPath]path:'/Employee' -> '/Employee/'
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361698151 tmCur: 2 tmNeeded: 999996
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361698229 tmCur: 1 tmNeeded: 999995
2008-12-23 22:46:01 [430][DoLStat]path:'/Employee/' -> '0'
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361699282 tmCur: 1 tmNeeded: 999994
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361699339 tmCur: 0 tmNeeded: 999994
2008-12-23 22:46:01 [430][DoOpenDir]path:'/Employee' status:0
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361700330 tmCur: 1 tmNeeded: 999993
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361700384 tmCur: 1 tmNeeded: 999992
2008-12-23 22:46:01 [430][DoReadDir]path:'/Employee' handle:0
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/.' handle:0 [0]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/..' handle:0 [1]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/.DS_Store' handle:0 [2]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257syy9_2008_12_18_13_00_09_0000.pdf' handle:0 [3]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257syz6_2008_12_18_13_00_19_0000.pdf' handle:0 [4]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz25_2008_12_18_13_00_27_0000.pdf' handle:0 [5]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz33_2008_12_18_13_00_35_0000.pdf' handle:0 [6]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz4z_2008_12_18_13_00_50_0000.pdf' handle:0 [7]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz5x_2008_12_18_13_00_59_0000.pdf' handle:0 [8]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz6v_2008_12_18_13_01_07_0000.pdf' handle:0 [9]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz7s_2008_12_18_13_01_15_0000.pdf' handle:0 [10]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz8q_2008_12_18_13_01_24_0000.pdf' handle:0 [11]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sz9n_2008_12_18_13_01_32_0000.pdf' handle:0 [12]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szbk_2008_12_18_13_01_40_0000.pdf' handle:0 [13]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szch_2008_12_18_13_01_54_0000.pdf' handle:0 [14]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szdf_2008_12_18_13_02_04_0000.pdf' handle:0 [15]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szfc_2008_12_18_13_02_14_0000.pdf' handle:0 [16]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szg9_2008_12_18_13_02_22_0000.pdf' handle:0 [17]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szh7_2008_12_18_12_57_55_0000.pdf' handle:0 [18]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szj4_2008_12_18_12_58_06_0000.pdf' handle:0 [19]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szk2_2008_12_18_12_58_15_0000.pdf' handle:0 [20]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szmy_2008_12_18_12_58_24_0000.pdf' handle:0 [21]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sznw_2008_12_18_12_58_33_0000.pdf' handle:0 [22]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szpt_2008_12_18_12_58_42_0000.pdf' handle:0 [23]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szqr_2008_12_18_12_58_50_0000.pdf' handle:0 [24]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szrp_2008_12_18_12_58_59_0000.pdf' handle:0 [25]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szsm_2008_12_18_12_59_07_0000.pdf' handle:0 [26]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257sztj_2008_12_18_12_59_16_0000.pdf' handle:0 [27]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szvg_2008_12_18_12_59_24_0000.pdf' handle:0 [28]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szwd_2008_12_18_12_59_33_0000.pdf' handle:0 [29]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szxb_2008_12_18_12_59_43_0000.pdf' handle:0 [30]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szy8_2008_12_18_12_59_51_0000.pdf' handle:0 [31]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch114_257szz5_2008_12_18_13_00_00_0000.pdf' handle:0 [32]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t6x3_2008_12_19_10_02_10_0000.pdf' handle:0 [33]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t6yz_2008_12_19_10_02_19_0000.pdf' handle:0 [34]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t6zw_2008_12_19_10_02_27_0000.pdf' handle:0 [35]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t72v_2008_12_19_10_02_41_0000.pdf' handle:0 [36]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t73s_2008_12_19_10_02_50_0000.pdf' handle:0 [37]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t74q_2008_12_19_10_02_59_0000.pdf' handle:0 [38]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t75n_2008_12_19_10_03_08_0000.pdf' handle:0 [39]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t76k_2008_12_19_10_03_18_0000.pdf' handle:0 [40]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t77h_2008_12_19_10_03_30_0000.pdf' handle:0 [41]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t78f_2008_12_19_10_03_40_0000.pdf' handle:0 [42]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t79c_2008_12_19_10_03_49_0000.pdf' handle:0 [43]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7b9_2008_12_19_10_03_57_0000.pdf' handle:0 [44]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7c7_2008_12_19_10_04_05_0000.pdf' handle:0 [45]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7d5_2008_12_19_10_04_14_0000.pdf' handle:0 [46]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7f3_2008_12_19_10_04_22_0000.pdf' handle:0 [47]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7gz_2008_12_19_10_04_35_0000.pdf' handle:0 [48]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7hx_2008_12_19_10_04_46_0000.pdf' handle:0 [49]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7jt_2008_12_19_10_04_55_0000.pdf' handle:0 [50]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7kr_2008_12_19_10_05_03_0000.pdf' handle:0 [51]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7mp_2008_12_19_10_05_11_0000.pdf' handle:0 [52]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7nm_2008_12_19_10_05_18_0000.pdf' handle:0 [53]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7pj_2008_12_19_10_05_29_0000.pdf' handle:0 [54]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7qg_2008_12_19_10_05_42_0000.pdf' handle:0 [55]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7rd_2008_12_19_10_05_50_0000.pdf' handle:0 [56]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7sb_2008_12_19_10_05_58_0000.pdf' handle:0 [57]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7t8_2008_12_19_10_06_06_0000.pdf' handle:0 [58]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7v6_2008_12_19_10_06_15_0000.pdf' handle:0 [59]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7w4_2008_12_19_10_06_23_0000.pdf' handle:0 [60]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7x2_2008_12_19_10_06_31_0000.pdf' handle:0 [61]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7yy_2008_12_19_10_06_45_0000.pdf' handle:0 [62]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t7zv_2008_12_19_10_06_53_0000.pdf' handle:0 [63]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch144_257t83r_2008_12_19_10_07_10_0000.pdf' handle:0 [64]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc5h_2008_12_16_12_48_56_0000.pdf' handle:0 [65]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc5h_2008_12_19_10_10_01_0000.pdf' handle:0 [66]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc5h_2008_12_19_16_33_21_0000.pdf' handle:0 [67]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc6f_2008_12_16_12_49_06_0000.pdf' handle:0 [68]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc6f_2008_12_19_10_10_10_0000.pdf' handle:0 [69]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc6f_2008_12_19_16_33_29_0000.pdf' handle:0 [70]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc7c_2008_12_16_12_49_14_0000.pdf' handle:0 [71]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc7c_2008_12_19_10_10_17_0000.pdf' handle:0 [72]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc7c_2008_12_19_16_33_46_0000.pdf' handle:0 [73]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc89_2008_12_16_12_49_23_0000.pdf' handle:0 [74]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc89_2008_12_19_10_10_25_0000.pdf' handle:0 [75]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc89_2008_12_19_16_33_53_0000.pdf' handle:0 [76]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc97_2008_12_16_12_49_31_0000.pdf' handle:0 [77]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc97_2008_12_19_10_10_33_0000.pdf' handle:0 [78]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tc97_2008_12_19_16_34_01_0000.pdf' handle:0 [79]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcb5_2008_12_16_12_49_39_0000.pdf' handle:0 [80]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcb5_2008_12_19_10_10_41_0000.pdf' handle:0 [81]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcb5_2008_12_19_16_34_10_0000.pdf' handle:0 [82]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcc3_2008_12_16_12_49_48_0000.pdf' handle:0 [83]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcc3_2008_12_19_10_10_49_0000.pdf' handle:0 [84]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcc3_2008_12_19_16_34_17_0000.pdf' handle:0 [85]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcdz_2008_12_16_12_49_56_0000.pdf' handle:0 [86]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcdz_2008_12_19_10_10_57_0000.pdf' handle:0 [87]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcdz_2008_12_19_16_34_26_0000.pdf' handle:0 [88]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcfx_2008_12_16_12_50_06_0000.pdf' handle:0 [89]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcfx_2008_12_19_10_11_04_0000.pdf' handle:0 [90]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcfx_2008_12_19_16_34_36_0000.pdf' handle:0 [91]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcgv_2008_12_16_12_50_15_0000.pdf' handle:0 [92]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcgv_2008_12_19_10_11_12_0000.pdf' handle:0 [93]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcgv_2008_12_19_16_34_45_0000.pdf' handle:0 [94]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tchs_2008_12_16_12_50_23_0000.pdf' handle:0 [95]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tchs_2008_12_19_10_11_20_0000.pdf' handle:0 [96]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tchs_2008_12_19_16_34_53_0000.pdf' handle:0 [97]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcjp_2008_12_16_12_50_31_0000.pdf' handle:0 [98]
2008-12-23 22:46:01 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcjp_2008_12_19_10_11_28_0000.pdf' handle:0 [99]
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361753206 tmCur: 2 tmNeeded: 999990
2008-12-23 22:46:01 [430][select: 1]tmLast: 1230072361753329 tmCur: 1 tmNeeded: 999989
2008-12-23 22:46:01 [399][select: 0]tmLast: 1230072361906466 tmCur: 2 tmNeeded: 999998
2008-12-23 22:46:02 [430][select: 0]tmLast: 1230072362753446 tmCur: 4 tmNeeded: 999996
2008-12-23 22:46:02 [430][select: 1]tmLast: 1230072362753781 tmCur: 1 tmNeeded: 999995
2008-12-23 22:46:02 [399][select: 0]tmLast: 1230072362906631 tmCur: 3 tmNeeded: 999997
2008-12-23 22:46:03 [430][select: 0]tmLast: 1230072363753871 tmCur: 2 tmNeeded: 999998
2008-12-23 22:46:03 [430][select: 1]tmLast: 1230072363754040 tmCur: 1 tmNeeded: 999997
2008-12-23 22:46:03 [430][DoReadDir]path:'/Employee' handle:0
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcjp_2008_12_19_16_35_01_0000.pdf' handle:0 [0]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tckm_2008_12_16_12_50_40_0000.pdf' handle:0 [1]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tckm_2008_12_19_10_11_37_0000.pdf' handle:0 [2]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tckm_2008_12_19_16_35_09_0000.pdf' handle:0 [3]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcmj_2008_12_16_12_50_48_0000.pdf' handle:0 [4]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcmj_2008_12_19_10_11_45_0000.pdf' handle:0 [5]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcmj_2008_12_19_16_35_16_0000.pdf' handle:0 [6]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcng_2008_12_16_12_50_58_0000.pdf' handle:0 [7]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcng_2008_12_19_10_11_53_0000.pdf' handle:0 [8]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcng_2008_12_19_16_35_25_0000.pdf' handle:0 [9]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcpd_2008_12_16_12_51_07_0000.pdf' handle:0 [10]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcpd_2008_12_19_10_12_02_0000.pdf' handle:0 [11]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcpd_2008_12_19_16_35_34_0000.pdf' handle:0 [12]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcqb_2008_12_16_12_51_16_0000.pdf' handle:0 [13]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcqb_2008_12_19_10_12_09_0000.pdf' handle:0 [14]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcqb_2008_12_19_16_35_44_0000.pdf' handle:0 [15]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcr8_2008_12_16_12_46_19_0000.pdf' handle:0 [16]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcr8_2008_12_19_10_07_19_0000.pdf' handle:0 [17]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcs6_2008_12_16_12_46_27_0000.pdf' handle:0 [18]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcs6_2008_12_19_10_07_27_0000.pdf' handle:0 [19]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tct4_2008_12_16_12_46_36_0000.pdf' handle:0 [20]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tct4_2008_12_19_10_07_39_0000.pdf' handle:0 [21]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tct4_2008_12_19_16_31_06_0000.pdf' handle:0 [22]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcv2_2008_12_16_12_46_45_0000.pdf' handle:0 [23]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcv2_2008_12_19_10_07_49_0000.pdf' handle:0 [24]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcv2_2008_12_19_16_31_14_0000.pdf' handle:0 [25]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcwy_2008_12_16_12_46_53_0000.pdf' handle:0 [26]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcwy_2008_12_19_10_08_04_0000.pdf' handle:0 [27]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcwy_2008_12_19_16_31_21_0000.pdf' handle:0 [28]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcxw_2008_12_16_12_47_03_0000.pdf' handle:0 [29]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcxw_2008_12_19_10_08_13_0000.pdf' handle:0 [30]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcxw_2008_12_19_16_31_29_0000.pdf' handle:0 [31]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcyt_2008_12_16_12_47_12_0000.pdf' handle:0 [32]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcyt_2008_12_19_10_08_25_0000.pdf' handle:0 [33]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tcyt_2008_12_19_16_31_45_0000.pdf' handle:0 [34]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tczq_2008_12_16_12_47_19_0000.pdf' handle:0 [35]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tczq_2008_12_19_10_08_33_0000.pdf' handle:0 [36]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tczq_2008_12_19_16_31_52_0000.pdf' handle:0 [37]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td2p_2008_12_16_12_47_28_0000.pdf' handle:0 [38]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td2p_2008_12_19_10_08_41_0000.pdf' handle:0 [39]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td2p_2008_12_19_16_32_00_0000.pdf' handle:0 [40]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td3m_2008_12_16_12_47_37_0000.pdf' handle:0 [41]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td3m_2008_12_19_10_08_50_0000.pdf' handle:0 [42]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td4j_2008_12_16_12_47_45_0000.pdf' handle:0 [43]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td4j_2008_12_19_10_08_58_0000.pdf' handle:0 [44]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td4j_2008_12_19_16_32_16_0000.pdf' handle:0 [45]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td5g_2008_12_16_12_47_53_0000.pdf' handle:0 [46]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td5g_2008_12_19_10_09_05_0000.pdf' handle:0 [47]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td5g_2008_12_19_16_32_24_0000.pdf' handle:0 [48]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td6d_2008_12_16_12_48_04_0000.pdf' handle:0 [49]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td6d_2008_12_19_10_09_13_0000.pdf' handle:0 [50]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td6d_2008_12_19_16_32_32_0000.pdf' handle:0 [51]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td7b_2008_12_16_12_48_11_0000.pdf' handle:0 [52]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td7b_2008_12_19_10_09_21_0000.pdf' handle:0 [53]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td7b_2008_12_19_16_32_41_0000.pdf' handle:0 [54]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td88_2008_12_16_12_48_20_0000.pdf' handle:0 [55]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td88_2008_12_19_10_09_27_0000.pdf' handle:0 [56]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td88_2008_12_19_16_32_49_0000.pdf' handle:0 [57]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td96_2008_12_16_12_48_28_0000.pdf' handle:0 [58]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td96_2008_12_19_10_09_36_0000.pdf' handle:0 [59]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257td96_2008_12_19_16_32_58_0000.pdf' handle:0 [60]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdb4_2008_12_16_12_48_37_0000.pdf' handle:0 [61]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdb4_2008_12_19_10_09_45_0000.pdf' handle:0 [62]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdb4_2008_12_19_16_33_05_0000.pdf' handle:0 [63]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdc2_2008_12_16_12_48_46_0000.pdf' handle:0 [64]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdc2_2008_12_19_10_09_52_0000.pdf' handle:0 [65]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdc2_2008_12_19_16_33_13_0000.pdf' handle:0 [66]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tddy_2008_12_16_12_51_26_0000.pdf' handle:0 [67]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tddy_2008_12_19_10_12_18_0000.pdf' handle:0 [68]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tddy_2008_12_19_16_35_54_0000.pdf' handle:0 [69]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdfw_2008_12_16_12_51_35_0000.pdf' handle:0 [70]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdfw_2008_12_19_10_12_26_0000.pdf' handle:0 [71]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdfw_2008_12_19_16_36_01_0000.pdf' handle:0 [72]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdgt_2008_12_16_12_51_43_0000.pdf' handle:0 [73]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdgt_2008_12_19_10_12_34_0000.pdf' handle:0 [74]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdgt_2008_12_19_16_36_12_0000.pdf' handle:0 [75]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdhr_2008_12_16_12_51_52_0000.pdf' handle:0 [76]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdhr_2008_12_19_10_12_45_0000.pdf' handle:0 [77]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdhr_2008_12_19_16_36_21_0000.pdf' handle:0 [78]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdjn_2008_12_16_12_52_03_0000.pdf' handle:0 [79]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdjn_2008_12_19_10_12_53_0000.pdf' handle:0 [80]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdjn_2008_12_19_16_36_28_0000.pdf' handle:0 [81]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdkk_2008_12_16_12_52_10_0000.pdf' handle:0 [82]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdkk_2008_12_19_10_13_00_0000.pdf' handle:0 [83]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdkk_2008_12_19_16_36_39_0000.pdf' handle:0 [84]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdmh_2008_12_16_12_52_19_0000.pdf' handle:0 [85]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdmh_2008_12_19_10_13_08_0000.pdf' handle:0 [86]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdmh_2008_12_19_16_36_48_0000.pdf' handle:0 [87]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdnf_2008_12_16_12_52_27_0000.pdf' handle:0 [88]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdnf_2008_12_19_10_13_17_0000.pdf' handle:0 [89]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdnf_2008_12_19_16_36_55_0000.pdf' handle:0 [90]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdpc_2008_12_16_12_52_35_0000.pdf' handle:0 [91]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdpc_2008_12_19_10_13_24_0000.pdf' handle:0 [92]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdpc_2008_12_19_16_37_03_0000.pdf' handle:0 [93]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdq9_2008_12_16_12_52_44_0000.pdf' handle:0 [94]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdq9_2008_12_19_10_13_32_0000.pdf' handle:0 [95]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdq9_2008_12_19_16_37_12_0000.pdf' handle:0 [96]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdr7_2008_12_16_12_52_53_0000.pdf' handle:0 [97]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdr7_2008_12_19_10_13_42_0000.pdf' handle:0 [98]
2008-12-23 22:46:03 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdr7_2008_12_19_16_37_19_0000.pdf' handle:0 [99]
2008-12-23 22:46:03 [430][select: 1]tmLast: 1230072363780745 tmCur: 1 tmNeeded: 999996
2008-12-23 22:46:03 [430][select: 1]tmLast: 1230072363780863 tmCur: 1 tmNeeded: 999995
2008-12-23 22:46:03 [399][select: 0]tmLast: 1230072363906807 tmCur: 2 tmNeeded: 999998
2008-12-23 22:46:04 [430][select: 0]tmLast: 1230072364780945 tmCur: 3 tmNeeded: 999997
2008-12-23 22:46:04 [430][select: 1]tmLast: 1230072364781139 tmCur: 0 tmNeeded: 999997
2008-12-23 22:46:04 [399][select: 0]tmLast: 1230072364906947 tmCur: 2 tmNeeded: 999998
2008-12-23 22:46:05 [430][select: 0]tmLast: 1230072365781386 tmCur: 2 tmNeeded: 999998
2008-12-23 22:46:05 [430][select: 1]tmLast: 1230072365781586 tmCur: 1 tmNeeded: 999997
2008-12-23 22:46:05 [430][DoReadDir]path:'/Employee' handle:0
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tds5_2008_12_16_12_53_03_0000.pdf' handle:0 [0]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tds5_2008_12_19_10_13_51_0000.pdf' handle:0 [1]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tds5_2008_12_19_16_37_27_0000.pdf' handle:0 [2]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdt3_2008_12_16_12_53_11_0000.pdf' handle:0 [3]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdt3_2008_12_19_10_14_00_0000.pdf' handle:0 [4]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdt3_2008_12_19_16_37_38_0000.pdf' handle:0 [5]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdvz_2008_12_16_12_53_20_0000.pdf' handle:0 [6]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdvz_2008_12_19_10_14_08_0000.pdf' handle:0 [7]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdvz_2008_12_19_16_37_46_0000.pdf' handle:0 [8]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdwx_2008_12_16_12_53_28_0000.pdf' handle:0 [9]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdwx_2008_12_19_10_14_15_0000.pdf' handle:0 [10]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdwx_2008_12_19_16_37_54_0000.pdf' handle:0 [11]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdxv_2008_12_16_12_53_36_0000.pdf' handle:0 [12]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdxv_2008_12_19_10_14_23_0000.pdf' handle:0 [13]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdxv_2008_12_19_16_38_02_0000.pdf' handle:0 [14]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdys_2008_12_16_12_53_46_0000.pdf' handle:0 [15]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdys_2008_12_19_10_14_32_0000.pdf' handle:0 [16]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdys_2008_12_19_16_38_10_0000.pdf' handle:0 [17]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdzp_2008_12_16_12_53_54_0000.pdf' handle:0 [18]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdzp_2008_12_19_10_14_43_0000.pdf' handle:0 [19]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tdzp_2008_12_19_16_38_18_0000.pdf' handle:0 [20]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf2n_2008_12_16_12_54_03_0000.pdf' handle:0 [21]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf2n_2008_12_19_10_14_51_0000.pdf' handle:0 [22]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf2n_2008_12_19_16_38_27_0000.pdf' handle:0 [23]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf3k_2008_12_16_12_54_12_0000.pdf' handle:0 [24]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf3k_2008_12_19_10_15_00_0000.pdf' handle:0 [25]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf3k_2008_12_19_16_38_37_0000.pdf' handle:0 [26]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf4h_2008_12_16_12_54_27_0000.pdf' handle:0 [27]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf4h_2008_12_19_10_15_08_0000.pdf' handle:0 [28]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf4h_2008_12_19_16_38_46_0000.pdf' handle:0 [29]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf5f_2008_12_16_12_54_36_0000.pdf' handle:0 [30]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf5f_2008_12_19_10_15_17_0000.pdf' handle:0 [31]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf5f_2008_12_19_16_38_59_0000.pdf' handle:0 [32]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf6c_2008_12_16_12_54_44_0000.pdf' handle:0 [33]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf6c_2008_12_19_10_15_25_0000.pdf' handle:0 [34]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf6c_2008_12_19_16_39_07_0000.pdf' handle:0 [35]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf79_2008_12_16_12_54_52_0000.pdf' handle:0 [36]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf79_2008_12_19_10_15_33_0000.pdf' handle:0 [37]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf79_2008_12_19_16_39_15_0000.pdf' handle:0 [38]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf87_2008_12_16_12_55_03_0000.pdf' handle:0 [39]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf87_2008_12_19_10_15_42_0000.pdf' handle:0 [40]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf87_2008_12_19_16_39_22_0000.pdf' handle:0 [41]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf95_2008_12_16_12_55_12_0000.pdf' handle:0 [42]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf95_2008_12_19_10_15_49_0000.pdf' handle:0 [43]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tf95_2008_12_19_16_39_30_0000.pdf' handle:0 [44]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfb3_2008_12_16_12_55_19_0000.pdf' handle:0 [45]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfb3_2008_12_19_10_15_57_0000.pdf' handle:0 [46]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfb3_2008_12_19_16_39_40_0000.pdf' handle:0 [47]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfcz_2008_12_16_12_55_28_0000.pdf' handle:0 [48]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfcz_2008_12_19_10_16_05_0000.pdf' handle:0 [49]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfcz_2008_12_19_16_39_48_0000.pdf' handle:0 [50]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfdx_2008_12_16_12_55_37_0000.pdf' handle:0 [51]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfdx_2008_12_19_10_16_12_0000.pdf' handle:0 [52]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfdx_2008_12_19_16_39_56_0000.pdf' handle:0 [53]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tffv_2008_12_16_12_55_45_0000.pdf' handle:0 [54]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tffv_2008_12_19_10_16_20_0000.pdf' handle:0 [55]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tffv_2008_12_19_16_40_03_0000.pdf' handle:0 [56]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfgs_2008_12_16_12_55_53_0000.pdf' handle:0 [57]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfgs_2008_12_19_10_16_28_0000.pdf' handle:0 [58]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfgs_2008_12_19_16_40_12_0000.pdf' handle:0 [59]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfhq_2008_12_16_12_56_03_0000.pdf' handle:0 [60]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfhq_2008_12_19_10_16_35_0000.pdf' handle:0 [61]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfhq_2008_12_19_16_40_19_0000.pdf' handle:0 [62]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfjm_2008_12_16_12_56_11_0000.pdf' handle:0 [63]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfjm_2008_12_19_10_16_45_0000.pdf' handle:0 [64]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfjm_2008_12_19_16_40_27_0000.pdf' handle:0 [65]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfkj_2008_12_16_12_56_20_0000.pdf' handle:0 [66]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfkj_2008_12_19_10_16_53_0000.pdf' handle:0 [67]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfkj_2008_12_19_16_40_37_0000.pdf' handle:0 [68]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfmg_2008_12_16_12_56_29_0000.pdf' handle:0 [69]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfmg_2008_12_19_10_17_00_0000.pdf' handle:0 [70]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfmg_2008_12_19_16_40_46_0000.pdf' handle:0 [71]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfnd_2008_12_16_12_56_37_0000.pdf' handle:0 [72]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfnd_2008_12_19_10_17_09_0000.pdf' handle:0 [73]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch162_257tfnd_2008_12_19_16_40_54_0000.pdf' handle:0 [74]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch241_257tbht_2008_12_19_19_30_16_0000.pdf' handle:0 [75]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch241_257tbjq_2008_12_19_19_30_23_0000.pdf' handle:0 [76]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch241_257tbkn_2008_12_19_19_30_32_0000.pdf' handle:0 [77]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch241_257tkn8_2008_12_19_19_30_41_0000.pdf' handle:0 [78]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch241_257tkp6_2008_12_19_19_30_48_0000.pdf' handle:0 [79]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch241_257tkq4_2008_12_19_19_30_57_0000.pdf' handle:0 [80]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257t3f7_2008_12_22_19_31_21_0000.pdf' handle:0 [81]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257t3g5_2008_12_22_19_31_29_0000.pdf' handle:0 [82]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257t3h3_2008_12_22_19_31_37_0000.pdf' handle:0 [83]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257t3jy_2008_12_22_19_31_45_0000.pdf' handle:0 [84]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257t3kw_2008_12_22_19_31_52_0000.pdf' handle:0 [85]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tg2m_2008_12_22_19_32_00_0000.pdf' handle:0 [86]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tg3j_2008_12_22_19_32_08_0000.pdf' handle:0 [87]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tg4g_2008_12_22_19_32_19_0000.pdf' handle:0 [88]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tg5d_2008_12_22_19_32_27_0000.pdf' handle:0 [89]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tg6b_2008_12_22_19_32_35_0000.pdf' handle:0 [90]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tg78_2008_12_22_19_32_41_0000.pdf' handle:0 [91]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tq7z_2008_12_22_19_32_50_0000.pdf' handle:0 [92]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_PROD_Batch260_257tq8x_2008_12_22_19_32_57_0000.pdf' handle:0 [93]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_TEST_Batch177_257tkxp_2008_12_17_10_39_58_0000.pdf' handle:0 [94]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_TEST_Batch177_257tm2g_2008_12_17_10_39_40_0000.pdf' handle:0 [95]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_TEST_Batch177_257tm3d_2008_12_17_10_39_50_0000.pdf' handle:0 [96]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_TEST_Batch177_257tm4b_2008_12_17_10_39_30_0000.pdf' handle:0 [97]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_TEST_Batch177_257tm58_2008_12_17_10_39_12_0000.pdf' handle:0 [98]
2008-12-23 22:46:05 [430][DoReadDir] -> '/Employee/ADM_TEST_Batch177_257tm66_2008_12_17_10_39_20_0000.pdf' handle:0 [99]
2008-12-23 22:46:05 [430][select: 1]tmLast: 1230072365841218 tmCur: 2 tmNeeded: 999995

Re: sftp client directory listing receives a slow response or times out

Here is Cuteftps log for the attempt.

        *** CuteFTP 8.3 - build Aug 25 2008 ***

STATUS:>      [12/23/2008 5:53:40 PM] Getting listing ""...
STATUS:>      [12/23/2008 5:53:40 PM] Initializing SFTP21 module...
STATUS:>      [12/23/2008 5:53:40 PM] Connecting to SFTP server... 192.168.1.77:22 (ip = 192.168.1.77)...
        Key Method: Diffie-Hellman-group1-SHA1
        Host Key Algorithm: SSH-RSA
        Session Cipher: 192 bit TripleDES-cbc
        Session MAC: HMAC-MD5
        Session Compressor/Decompressor: None
STATUS:>      [12/23/2008 5:53:41 PM] Getting working directory...
STATUS:>      [12/23/2008 5:53:41 PM] Home directory: /
STATUS:>      [12/23/2008 5:53:41 PM] Connected successfully.
STATUS:>      [12/23/2008 5:53:41 PM] Getting listing for directory '/'...
ERROR:>       [12/23/2008 5:54:11 PM] SFTP operation timed out.
ERROR:>       [12/23/2008 5:54:41 PM] SFTP operation timed out.
STATUS:>      [12/23/2008 5:54:41 PM] Getting working directory...
STATUS:>      [12/23/2008 5:54:41 PM] Directory listing completed.
STATUS:>      [12/23/2008 5:54:45 PM] Getting listing "/Employee"...
STATUS:>      [12/23/2008 5:54:45 PM] Getting listing for directory '/Employee'...
ERROR:>       [12/23/2008 5:55:15 PM] SFTP operation timed out.
ERROR:>       [12/23/2008 5:55:15 PM] Server returned error.

Re: sftp client directory listing receives a slow response or times out

Melchizedek wrote:

I missed the subdiretory .o files.

No problem smile

Melchizedek wrote:

here is what the server logs when Cute ftp connects and tries to go to the Employees directory.

2008-12-23 22:38:07 [405]New client [larry] from [192.168.1.33]
2008-12-23 22:38:07 [405]Load all users...
2008-12-23 22:38:07 [405]Load all groups...
2008-12-23 22:38:07 [405][DoInit]New client version: [b]2 [use: 3][/b]
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887150529 tmCur: 1 tmNeeded: 999997
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887150656 tmCur: 1 tmNeeded: 999996
2008-12-23 22:38:07 [405][DoRealPath]path:'.' -> '/'
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887153071 tmCur: 1 tmNeeded: 999995
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887153146 tmCur: 0 tmNeeded: 999995
2008-12-23 22:38:07 [405][DoOpenDir]path:'/' status:0
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887155067 tmCur: 1 tmNeeded: 999994
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887155125 tmCur: 1 tmNeeded: 999993
2008-12-23 22:38:07 [405][DoReadDir]path:'/' handle:0
2008-12-23 22:38:07 [405][DoReadDir] -> '/.' handle:0 [0]
2008-12-23 22:38:07 [405][DoReadDir] -> '/..' handle:0 [1]
2008-12-23 22:38:07 [405][DoReadDir] -> '/.DS_Store' handle:0 [2]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Acknowledgements' handle:0 [3]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Broadridge' handle:0 [4]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Employee' handle:0 [5]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Fonts' handle:0 [6]
2008-12-23 22:38:07 [405][DoReadDir] -> '/JH' handle:0 [7]
2008-12-23 22:38:07 [405][DoReadDir] -> '/license.txt' handle:0 [8]
2008-12-23 22:38:07 [405][DoReadDir] -> '/PDF' handle:0 [9]
2008-12-23 22:38:07 [405][DoReadDir] -> '/plop' handle:0 [10]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedAck' handle:0 [11]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedFiles' handle:0 [12]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedFilesError' handle:0 [13]
2008-12-23 22:38:07 [405][DoReadDir] -> '/ProcessedFilesSkiped' handle:0 [14]
2008-12-23 22:38:07 [405][DoReadDir] -> '/SFTP' handle:0 [15]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Sharppoint' handle:0 [16]
2008-12-23 22:38:07 [405][DoReadDir] -> '/Static Images' handle:0 [17]
2008-12-23 22:38:07 [405][DoReadDir] -> '/XML' handle:0 [18]
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887158110 tmCur: 1 tmNeeded: 999992
2008-12-23 22:38:07 [405][select: 1]tmLast: 1230071887158198 tmCur: 1 tmNeeded: 999991
2008-12-23 22:38:07 [405][DoReadDir]path:'/' handle:0

CuteFTP seems to use a very old version of SFTP Protocol (v2 but MySecureShell requires at minimum v3 )...
To be honest CuteFTP seems quite old for SFTP Protocol (WinSCP use v5). hmm

19 (edited by quaternium 2009-03-14 21:01:58)

Re: sftp client directory listing receives a slow response or times out

I have a Debian Etch (4.0) machine that has this identical problem. VERY SLOW directory listing.
Users that do not have MySecureShell as their shell have fine SFTP access, but those restricted to MySecureShell as shell cannot get a timely response when changing directories.

I'm going to start a new thread because perhaps the issues are different on this platform.

(EDIT) MY FAULT: SEE BELOW FOR THE SOLUTION TO MY OWN PROBLEM

Re: sftp client directory listing receives a slow response or times out

quaternium wrote:

I have a Debian Etch (4.0) machine that has this identical problem. VERY SLOW directory listing.
Users that do not have MySecureShell as their shell have fine SFTP access, but those restricted to MySecureShell as shell cannot get a timely response when changing directories.

I'm going to start a new thread because perhaps the issues are different on this platform.

Uh, duh on my part... Not the first time I did something wrong in a config file.
My error was that for "GlobalDownload" I entered "20" but did not include the k which was needed.
Upon adding the "k" next to the rate, my problem was resolved.

Re: sftp client directory listing receives a slow response or times out

Okay big_smile