Uploaded image for project: 'YADE - Yet Another Data Exchange Tool'
  1. YADE - Yet Another Data Exchange Tool
  2. YADE-226

YADE operation copyfrominternet should delete temporary files from jump host

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.7.1
    • 1.7.5, 1.8
    • YADE Client
    • None

    Description

      With the YADE jump host operation copyfrominternet after successful trasfer the temporary files on the jump host are not deleted

      File list on jump host
      [jenkins@gollum bin]$ pwd
      /home/jenkins/sos-berlin.com/jade/jade_client.1.7.4321-RC1/bin
      [jenkins@gollum bin]$ ls -ltra  /tmp/jade-*
      -rw-rw-r--. 1 jenkins jenkins   54 Nov 14 14:57 /tmp/jade-0fe683ab-e6c6-4d8b-b445-5c7f55b6b298.fls
      -rw-rw-r--. 1 jenkins jenkins 1200 Nov 14 14:57 /tmp/jade-0fe683ab-e6c6-4d8b-b445-5c7f55b6b298.fls.csv
      -rw-rw-r--. 1 jenkins jenkins   91 Nov 19 15:34 /tmp/jade-dc9c361d-be89-4c9d-bfd9-cbc16a7efa47.fls
      -rw-rw-r--. 1 jenkins jenkins 1887 Nov 19 15:34 /tmp/jade-dc9c361d-be89-4c9d-bfd9-cbc16a7efa47.fls.csv
      -rw-rw-r--. 1 jenkins jenkins   91 Nov 19 15:35 /tmp/jade-3847860a-f89f-4b42-bd11-ddbfd85d1e0d.fls
      -rw-rw-r--. 1 jenkins jenkins 1887 Nov 19 15:35 /tmp/jade-3847860a-f89f-4b42-bd11-ddbfd85d1e0d.fls.csv
      -rw-rw-r--. 1 jenkins jenkins   91 Nov 19 15:35 /tmp/jade-c8fac3ab-5cfb-423b-9412-0246da10b742.fls
      -rw-rw-r--. 1 jenkins jenkins 1887 Nov 19 15:35 /tmp/jade-c8fac3ab-5cfb-423b-9412-0246da10b742.fls.csv
      -rw-rw-r--. 1 jenkins jenkins   91 Nov 19 15:35 /tmp/jade-a9d43bad-3b62-40a4-b53a-e57c6abffcdc.fls
      -rw-rw-r--. 1 jenkins jenkins 1887 Nov 19 15:35 /tmp/jade-a9d43bad-3b62-40a4-b53a-e57c6abffcdc.fls.csv
      -rw-rw-r--. 1 jenkins jenkins   91 Nov 19 17:44 /tmp/jade-f0341654-27cf-4f26-9c3a-858561b3ce45.fls
      -rw-rw-r--. 1 jenkins jenkins 1887 Nov 19 17:44 /tmp/jade-f0341654-27cf-4f26-9c3a-858561b3ce45.fls.csv
      
      YADE log
      test@homer:~/jade_client.1.7.4321-RC1/bin> ./jade4dmz.sh -settings=jade_jumhost.ini -profile=jumphost_test_copyfrominternet
      0 [main] INFO com.sos.DataExchange.Jade4DMZ  - Jade4DMZ --- $Id: Jade4DMZ.java 27842 2014-10-30 12:35:02Z oh $
      44 [main] INFO sos.net.ssh.SOSSSHJob2  - $Id: SOSSSHJob2.java 27529 2014-10-10 08:33:03Z ur $
      main INFO  05:41:39,598   INFO (SOSDataExchangeEngine4DMZMain.java:103) ::Execute SOSDataExchange - Main routine started ... -- 1.7.4-SNAPSHOT (2014-11-18 23:40, revision 28218) Copyright 2003-2014 SOS GmbH Berlin
      main INFO  05:41:39,604   INFO (Jade4DMZ.java:559) ::EstablishSSHConnection SOSSSHJobOptions.url (the url for the connection):
      SOSSSHJobOptions.raise_exception_on_error (Raise an Exception if an error occured): true
      SOSFtpOptionsSuperClass.jump_ssh_auth_file (This parameter specifies the path and name of a us):
      SOSFtpOptionsSuperClass.jump_ssh_auth_method (This parameter specifies the authentication method): password
      SOSSSHJobOptions.command (This parameter specifies a command that is to be executed):
      SOSSSHJobOptions.command_delimiter (Command delimiter characters are specified using this par): %%
      SOSSSHJobOptions.command_script (This parameter can be used as an alternative to command,):
      SOSSSHJobOptions.command_script_file (This parameter can be used as an alternative to command,):
      SOSSSHJobOptions.command_script_param (This parameter contains a parameterstring, which will be):
      gollum.sos (192.11.0.120)
      SOSSSHJobOptions.protocol (Type of requested Datatransfer The values ftp, sftp): ssh
      SOSSSHJobOptions.ignore_error (Should the value true be specified, then execution errors): false
      SOSSSHJobOptions.ignore_exit_code (This parameter configures one or more exit codes which wi):
      SOSSSHJobOptions.ignore_signal (Should the value true be specified, then on): false
      SOSSSHJobOptions.ignore_stderr (This job checks if any output to stderr has been created): false
      SOSFtpOptionsSuperClass.jump_password (Password for authentication with the jump_host.): *****
      SOSFtpOptionsSuperClass.jump_port (Port on the jump_host by which files should be tra): 22
      SOSSSHJobOptions.proxy_host (The value of this parameter is the host name or the IP ad):
      SOSSSHJobOptions.proxy_password (This parameter specifies the password for the proxy serve): *****
      SOSSSHJobOptions.proxy_port (This parameter specifies the port number of the proxy,): 0
      SOSSSHJobOptions.proxy_user (The value of this parameter specifies the user account fo): user
      SOSSSHJobOptions.simulate_shell (Should the value true be specified for this parameter,): false
      SOSSSHJobOptions.simulate_shell_inactivity_timeout (If no new characters are written to stdout or stderr afte): 0
      SOSSSHJobOptions.simulate_shell_login_timeout (If no new characters are written to stdout or stderr afte): 0
      SOSSSHJobOptions.simulate_shell_prompt_trigger (The expected comman line prompt. Using this prompt the jo):
      SOSFtpOptionsSuperClass.jump_user (User name for authentication with the jump_host.): jenkins
      SOSSSHJobOptions.ignore_hangup_signal (Should the value true be specified, then execution errors): true
      SOSSSHJobOptions.Base_Directory (A Base Directory for all relative FileNames used by SOSOptionFileName): /home/test/jade_client.1.7.4321-RC1/bin
      .CreateFolder (Folder anlegen, wenn noch nicht vorhanden): true
      SOSSSHJobOptions.Date_Format_Mask (General Mask for date fomatting): yyyy-MM-dd
      SOSSSHJobOptions.Time_Format_Mask (General Mask for time formatting): HH:mm:ss
      SOSSSHJobOptions.Scheduler_Hot_Folder (Pathname to the JobScheduler live-folder): null/config/live
      .CreateFolder (Folder anlegen, wenn noch nicht vorhanden): true
      SOSSSHJobOptions.Scheduler_Data (Data Folder of JobScheduler Installation):
      .CreateFolder (Folder anlegen, wenn noch nicht vorhanden): true
      SOSSSHJobOptions.Scheduler_Home (Home Root Folder of JobScheduler):
      .CreateFolder (Folder anlegen, wenn noch nicht vorhanden): true
      SOSSSHJobOptions.local_user (Name of local user): test
      SOSSSHJobOptions.Locale (I18N is for internationalization of Application): en_US
      SOSSSHJobOptions.CheckNotProcessedOptions (If this Option is set to true, all not processed or recognized options are reported as a warning): false
      SOSSSHJobOptions.XmlId (This ist the ...): root
      SOSSSHJobOptions.TestMode (Test Modus schalten ): false
      SOSSSHJobOptions.Debug (Debug-Modus schalten (true/false)): false
      SOSSSHJobOptions.DebugLevel (DebugLevel): 0
      SOSSSHJobOptions.log_filename (Name der Datei mit den Logging-Eintr�gen): stdout
      SOSSSHJobOptions.log4j_Property_FileName (Name of the LOG4J Property File): ./log4j.properties
      SOSSSHJobOptions.ApplicationName (Name of the Application):
      SOSSSHJobOptions.ApplicationDocuUrl (The Url of the Documentation of this Application):
      SOSSSHJobOptions.AllowEmptyParameterList (If true, an empty parameter list leads not into an error): true
      
      main INFO  05:41:39,818   INFO (SOSSSH2TriLeadImpl.java:595) ::Authenticate SOSVfs_D_133: user 'jenkins' logged in.
      main INFO  05:41:39,982   INFO (SOSSSHJob2.java:444) ::CheckStdOut stdout = 24782
      
      main INFO  05:41:43,319   INFO (SOSSSHJob2.java:444) ::CheckStdOut stdout = 24796
       INFO [main] (SOSDataExchangeEngineMain.java:106) - SOSDataExchange - Main routine started ... -- 1.7.4321-RC1 (2014-11-18 14:58, revision 28207) Copyright 2003-2014 SOS GmbH Berlin
       INFO [main] (SOSDataExchangeEngine.java:275) - $Id: SOSDataExchangeEngine.java 27865 2014-10-31 15:45:55Z oh $ -- 1.7.4321-RC1 (2014-11-18 14:58, revision 28207) Copyright 2003-2014 SOS GmbH Berlin
       INFO [main] (SOSOptionLogFileName.java:169) - No File Appender found
       INFO [main] (SOSDataExchangeEngine.java:289) -
      *************************************************************************
      *                                                                       *
      *                JADE - JobScheduler Advanced Data Exchange             *
      *                ---www.sos-berlin.com---------------------             *
      *                                                                       *
      *************************************************************************
      version              = $Id: SOSDataExchangeEngine.java 27865 2014-10-31 15:45:55Z oh $ -- 1.7.4321-RC1 (2014-11-18 14:58, revision 28207) Copyright 2003-2014 SOS GmbH Berlin
      date                 = 2014-11-19 17:44:19
      operation            = copy
      protocol             = local
      port                 = 0
      file specification   = ^.*.txt$
      file path            =
      local host           = gollum.sos
      local directory      = /outbound/
      target host          =
      target directory     = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/
      pid                  = 24809
      *************************************************************************
      
       INFO [main] (SOSVfsFtpBaseClass.java:611) - System-Type = UNIX emulated by FileZilla
       INFO [main] (SOSDataExchangeEngine.java:783) - 5 files found for regexp '^.*.txt$'.
       INFO [main] (SOSFileListEntry.java:812) - SOSVfs_I_0108: transfer of /outbound/TEST_FILE_001.txt started
       INFO [main] (SOSFileListEntry.java:333) - SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_001.txt is 46a07e571c6c52e31546463891439db9
       INFO [main] (SOSFileListEntry.java:812) - SOSVfs_I_0108: transfer of /outbound/TEST_FILE_002.txt started
       INFO [main] (SOSFileListEntry.java:333) - SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_002.txt is 46a07e571c6c52e31546463891439db9
       INFO [main] (SOSFileListEntry.java:812) - SOSVfs_I_0108: transfer of /outbound/TEST_FILE_003.txt started
       INFO [main] (SOSFileListEntry.java:333) - SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_003.txt is 46a07e571c6c52e31546463891439db9
       INFO [main] (SOSFileListEntry.java:812) - SOSVfs_I_0108: transfer of /outbound/TEST_FILE_004.txt started
       INFO [main] (SOSFileListEntry.java:333) - SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_004.txt is 46a07e571c6c52e31546463891439db9
       INFO [main] (SOSFileListEntry.java:812) - SOSVfs_I_0108: transfer of /outbound/TEST_FILE_7000.txt started
       INFO [main] (SOSFileListEntry.java:333) - SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_7000.txt is 46a07e571c6c52e31546463891439db9
       INFO [main] (SOSVfsLocalFile.java:417) - SOSVfs_I_150: rename file '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_001.txt~' to '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_001.txt'.
       INFO [main] (SOSVfsLocalFile.java:417) - SOSVfs_I_150: rename file '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_002.txt~' to '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_002.txt'.
       INFO [main] (SOSVfsLocalFile.java:417) - SOSVfs_I_150: rename file '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_003.txt~' to '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_003.txt'.
       INFO [main] (SOSVfsLocalFile.java:417) - SOSVfs_I_150: rename file '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_004.txt~' to '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_004.txt'.
       INFO [main] (SOSVfsLocalFile.java:417) - SOSVfs_I_150: rename file '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_7000.txt~' to '/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_7000.txt'.
       INFO [main] (SOSFileList.java:594) - SOSVfs_D_213: Transfer-operation 'copy' started at 20141119054419, ended at 20141119054419. Duration: 0
       INFO [main] (SOSFileList.java:621) - SOSVfs_D_214: Operation = copy, TargetFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_001.txt, SourceFile = /outbound/TEST_FILE_001.txt, BytesTransferred = 3724063
       INFO [main] (SOSFileList.java:621) - SOSVfs_D_214: Operation = copy, TargetFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_002.txt, SourceFile = /outbound/TEST_FILE_002.txt, BytesTransferred = 3724063
       INFO [main] (SOSFileList.java:621) - SOSVfs_D_214: Operation = copy, TargetFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_003.txt, SourceFile = /outbound/TEST_FILE_003.txt, BytesTransferred = 3724063
       INFO [main] (SOSFileList.java:621) - SOSVfs_D_214: Operation = copy, TargetFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_004.txt, SourceFile = /outbound/TEST_FILE_004.txt, BytesTransferred = 3724063
       INFO [main] (SOSFileList.java:621) - SOSVfs_D_214: Operation = copy, TargetFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_7000.txt, SourceFile = /outbound/TEST_FILE_7000.txt, BytesTransferred = 3724063
      *** ResultSet End ***
       INFO [main] (SOSFileList.java:417) - ResultSet to StdOut and to csv-File '/tmp/jade-f0341654-27cf-4f26-9c3a-858561b3ce45.fls.csv' written
      *** ResultSet Start ***
      dae95944-da67-4f4e-8c5a-be71b73b6237;SOS;2014-11-19 17:44:19;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_001.txt;TEST_FILE_001.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-11-19 14:32:39;aee751e5-ce1e-4005-8cf4-88cdb9ebcc5b;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_001.txt;TEST_FILE_001.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-11-19 14:32:39
      5b75ba2d-7e2c-40be-83b5-bde50a50232a;SOS;2014-11-19 17:44:19;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_002.txt;TEST_FILE_002.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-11-19 14:32:39;9cbd8995-908c-4692-83fb-0669156623c1;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_002.txt;TEST_FILE_002.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-11-19 14:32:39
      04e5e19f-cff7-4358-9d54-20245af0af80;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_003.txt;TEST_FILE_003.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-08-12 08:07:00;89e305ca-9a5c-4a2e-8870-56fba49939ff;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_003.txt;TEST_FILE_003.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-08-12 08:07:00
      62807e4f-bd37-4ff9-84e5-1d6aa52df89e;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_004.txt;TEST_FILE_004.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-08-04 06:52:35;c71e0443-f400-453a-aabf-f3aefc448db8;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_004.txt;TEST_FILE_004.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-08-04 06:52:35
      612f35b7-83bf-4c6b-84af-7f2f345feeb2;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_7000.txt;TEST_FILE_7000.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-11-19 14:32:39;dd327551-9253-4f36-9016-950cd4c3bb25;SOS;2014-11-19 17:44:20;24810;0;copy;mp.sos;192.11.0.49;test;gollum.sos;192.11.0.120;jenkins;local;21;/outbound/;/tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/;/outbound/TEST_FILE_7000.txt;TEST_FILE_7000.txt;3724063;46a07e571c6c52e31546463891439db9;success;;/tmp/jade-8643c509-2394-490d-b79a-d008be8e9a4b.log; ;;22;sftp;;2014-11-19 14:32:39
      *** ResultSet End ***
       INFO [main] (SOSDataExchangeEngine.java:643) - SOSJADE_I_0101: 5 files transferred
       INFO [main] (SOSDataExchangeEngine.java:304) - Elapsed time = 562, per File = 112, total bytes = 5
       INFO [main] (SOSDataExchangeEngine.java:314) -
      *************************************************************************
       execution status     = sucess. Without Errors.
       successful transfers = 5
       failed transfers     = 0
       last error           =
      *************************************************************************
      
       INFO [main] (SOSDataExchangeEngineMain.java:129) - SOSDataExchangeEngineMain::Execute - ended without errorsended without errors
      
      main INFO  05:41:44,736   INFO (SOSDataExchangeEngine.java:275) ::Execute $Id: SOSDataExchangeEngine.java 27865 2014-10-31 15:45:55Z oh $ -- 1.7.4-SNAPSHOT (2014-11-18 23:40, revision 28218) Copyright 2003-2014 SOS GmbH Berlin
      main INFO  05:41:44,736   INFO (SOSOptionLogFileName.java:179) ::setLogger setLogger without instance of logger called.
      main INFO  05:41:44,741   INFO (SOSDataExchangeEngine.java:289) ::Execute
      *************************************************************************
      *                                                                       *
      *                JADE - JobScheduler Advanced Data Exchange             *
      *                ---www.sos-berlin.com---------------------             *
      *                                                                       *
      *************************************************************************
      version              = $Id: SOSDataExchangeEngine.java 27865 2014-10-31 15:45:55Z oh $ -- 1.7.4-SNAPSHOT (2014-11-18 23:40, revision 28218) Copyright 2003-2014 SOS GmbH Berlin
      date                 = 2014-11-19 17:41:44
      operation            = copy
      protocol             = local
      port                 = 21
      file specification   = ^.*/.txt$
      file path            =
      local host           = homer
      local directory      = /outbound/
      target host          =
      target directory     = /home/test/inbound/
      pid                  = 7551
      *************************************************************************
      
      main INFO  05:41:45,173   INFO (SOSDataExchangeEngine.java:783) ::setInfo 5 files found for regexp '^.*\.txt$'.
      main INFO  05:41:45,174   INFO (SOSFileListEntry.java:812) ::run SOSVfs_I_0108: transfer of /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_003.txt started
      main INFO  05:41:45,316   INFO (SOSFileListEntry.java:333) ::doTransfer SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_003.txt is 46a07e571c6c52e31546463891439db9
      main INFO  05:41:45,316   INFO (SOSFileListEntry.java:812) ::run SOSVfs_I_0108: transfer of /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_7000.txt started
      main INFO  05:41:45,441   INFO (SOSFileListEntry.java:333) ::doTransfer SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_7000.txt is 46a07e571c6c52e31546463891439db9
      main INFO  05:41:45,441   INFO (SOSFileListEntry.java:812) ::run SOSVfs_I_0108: transfer of /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_001.txt started
      main INFO  05:41:45,558   INFO (SOSFileListEntry.java:333) ::doTransfer SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_001.txt is 46a07e571c6c52e31546463891439db9
      main INFO  05:41:45,559   INFO (SOSFileListEntry.java:812) ::run SOSVfs_I_0108: transfer of /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_004.txt started
      main INFO  05:41:45,676   INFO (SOSFileListEntry.java:333) ::doTransfer SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_004.txt is 46a07e571c6c52e31546463891439db9
      main INFO  05:41:45,676   INFO (SOSFileListEntry.java:812) ::run SOSVfs_I_0108: transfer of /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_002.txt started
      main INFO  05:41:45,792   INFO (SOSFileListEntry.java:333) ::doTransfer SOSVfs_I_274: Security hash (MD5) for file TEST_FILE_002.txt is 46a07e571c6c52e31546463891439db9
      main INFO  05:41:45,793   INFO (SOSVfsLocalFile.java:417) ::rename SOSVfs_I_150: rename file '/home/test/inbound/TEST_FILE_003.txt~' to '/home/test/inbound/TEST_FILE_003.txt'.
      main INFO  05:41:45,794   INFO (SOSVfsLocalFile.java:417) ::rename SOSVfs_I_150: rename file '/home/test/inbound/TEST_FILE_7000.txt~' to '/home/test/inbound/TEST_FILE_7000.txt'.
      main INFO  05:41:45,795   INFO (SOSVfsLocalFile.java:417) ::rename SOSVfs_I_150: rename file '/home/test/inbound/TEST_FILE_001.txt~' to '/home/test/inbound/TEST_FILE_001.txt'.
      main INFO  05:41:45,796   INFO (SOSVfsLocalFile.java:417) ::rename SOSVfs_I_150: rename file '/home/test/inbound/TEST_FILE_004.txt~' to '/home/test/inbound/TEST_FILE_004.txt'.
      main INFO  05:41:45,796   INFO (SOSVfsLocalFile.java:417) ::rename SOSVfs_I_150: rename file '/home/test/inbound/TEST_FILE_002.txt~' to '/home/test/inbound/TEST_FILE_002.txt'.
      main INFO  05:41:45,797   INFO (SOSFileList.java:594) ::WriteHistory SOSVfs_D_213: Transfer-operation 'copy' started at 20141119054144, ended at 20141119054145. Duration: 1000
      main INFO  05:41:45,798   INFO (SOSFileList.java:621) ::WriteHistory SOSVfs_D_214: Operation = copy, TargetFile = /home/test/inbound/TEST_FILE_003.txt, SourceFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_003.txt, BytesTransferred = 3724063
      main INFO  05:41:45,798   INFO (SOSFileList.java:621) ::WriteHistory SOSVfs_D_214: Operation = copy, TargetFile = /home/test/inbound/TEST_FILE_7000.txt, SourceFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_7000.txt, BytesTransferred = 3724063
      main INFO  05:41:45,798   INFO (SOSFileList.java:621) ::WriteHistory SOSVfs_D_214: Operation = copy, TargetFile = /home/test/inbound/TEST_FILE_001.txt, SourceFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_001.txt, BytesTransferred = 3724063
      main INFO  05:41:45,798   INFO (SOSFileList.java:621) ::WriteHistory SOSVfs_D_214: Operation = copy, TargetFile = /home/test/inbound/TEST_FILE_004.txt, SourceFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_004.txt, BytesTransferred = 3724063
      main INFO  05:41:45,798   INFO (SOSFileList.java:621) ::WriteHistory SOSVfs_D_214: Operation = copy, TargetFile = /home/test/inbound/TEST_FILE_002.txt, SourceFile = /tmp/jade-099f4614-bc15-4376-81d1-2dbbfc395af6/TEST_FILE_002.txt, BytesTransferred = 3724063
      main INFO  05:41:45,799   INFO (SOSDataExchangeEngine.java:643) ::printState SOSJADE_I_0101: 5 files transferred
      main INFO  05:41:45,799   INFO (SOSDataExchangeEngine.java:304) ::Execute Elapsed time = 1063, per File = 212, total bytes = 5
      main INFO  05:41:45,800   INFO (SOSDataExchangeEngine.java:314) ::Execute
      *************************************************************************
       execution status     = sucess. Without Errors.
       successful transfers = 5
       failed transfers     = 0
       last error           =
      *************************************************************************
      
      main INFO  05:41:45,800   INFO (SOSVfsTransferBaseClass.java:1164) ::logINFO (SOSVfsSFtpJCraft::disconnect) disconnect OK
      main INFO  05:41:45,800   INFO (SOSVfsTransferBaseClass.java:1164) ::logINFO (SOSVfsSFtpJCraft::disconnect) disconnect OK
      main INFO  05:41:45,826   INFO (SOSSSHJob2.java:444) ::CheckStdOut stdout = 24846
      
      main INFO  05:41:45,829   INFO (SOSDataExchangeEngine4DMZMain.java:118) ::Execute SOSDataExchangeEngine4DMZMain::Execute - ended without errorsended without errors
      test@homer:~/jade_client.1.7.4321-RC1/bin> ./jade4dmz.sh -settings=jade_jumhost.ini -profile=jumphost_test_copyfrominternet
      
      

      Attachments

        Activity

          People

            oh Oliver Haufe
            mp Mahendra Patidar
            Mahendra Patidar Mahendra Patidar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 2 hours
                2h
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours
                2h