irsync error on Windows

71 views
Skip to first unread message

Harri Jäälinoja

unread,
Nov 2, 2011, 12:37:03 PM11/2/11
to irod...@googlegroups.com

Hi All,

I am trying out the icommands on Windows, and get some troubles:

D:\>irsync -l -V -s -r test i:/LMUISA1/home/cellinsight/test
C- /LMUISA1/home/cellinsight/test:
t 14045800 N
t 910112 N
t 3591814 N
t 5073240 N
NOTICE: irodsUserName=cellinsight
NOTICE: irodsHost=lmu-irods1.biocenter.helsinki.fi
NOTICE: irodsPort=1247
NOTICE: irodsZone=LMUISA1
NOTICE: irodsDefResource=li1-tike1
NOTICE: irodsHome=/LMUISA1/home/cellinsight
NOTICE: irodsCwd=/LMUISA1/home/cellinsight
NOTICE: printTiming: splitPathByKey for t error, status = -31000 status
= -31000 SYS_INVALID_FILE_PATH
NOTICE: printTiming: splitPathByKey for t error, status = -31000 status
= -31000 SYS_INVALID_FILE_PATH
ERROR: rsyncDirToCollUtil: opendir local dir error for t, errno = 2
ERROR: rsyncDirToCollUtil: put t failed. status = -317000 status =
-317000 USER_INPUT_PATH_ERR
NOTICE: printTiming: splitPathByKey for t error, status = -31000 status
= -31000 SYS_INVALID_FILE_PATH
NOTICE: printTiming: splitPathByKey for t error, status = -31000 status
= -31000 SYS_INVALID_FILE_PATH
ERROR: rsyncUtil: rsync error for /LMUISA1/home/cellinsight/test status
= -317000 USER_INPUT_PATH_ERR

The local folder "test" does exist:

D:\>dir test
Volume in drive D is New Volume
Volume Serial Number is B881-F900

Directory of D:\test

11/02/2011 04:40 PM <DIR> .
11/02/2011 04:40 PM <DIR> ..
10/13/2011 03:02 PM 14,045,800 Firefox Setup 7.0.1.exe
10/14/2011 12:36 PM 910,112 jxpiinstall.exe
11/02/2011 04:36 PM <DIR> RENCI_iRODS30_Alpha_Windows_iCommands
11/02/2011 04:00 PM 3,591,814
RENCI_iRODS30_Alpha_Windows_iCommands.zip
11/02/2011 03:56 PM 5,073,240 vcredist_x86.exe
4 File(s) 23,620,966 bytes
3 Dir(s) 975,154,651,136 bytes free

It seems the filenames are not coming out right, but why?

Regards,
Harri

--
__________________________________________________
Harri J��linoja
Light Microscopy Unit
Institute of Biotechnology, University of Helsinki
http://www.biocenter.helsinki.fi/bi/lmu/
+358 9 191 59370 fax +358 9 191 59366

Harri Jäälinoja

unread,
Nov 3, 2011, 9:27:01 AM11/3/11
to irod...@googlegroups.com

Hi,
it is possible to irsync one file:
D:\>irsync -s log3.txt i:test/log3.txt

D:\>ils test
/LMUISA1/home/cellinsight/test:
irsync.log
log2.txt
log3.txt


Here are various attempts to synchronize a directory:

D:\>irsync -s -r "test2" i:test2
ERROR: cannot open file t, status = -310002 status = -310002
USER_FILE_DOES_NOT_
EXIST, No such file or directory
ERROR: rsyncDirToCollUtil: put t failed. status = -310002 status =
-310002 USER_
FILE_DOES_NOT_EXIST, No such file or directory
ERROR: rsyncUtil: rsync error for /LMUISA1/home/cellinsight/test2
status = -3100
02 USER_FILE_DOES_NOT_EXIST, No such file or directory

D:\>irsync -s -r 'test2' i:test2
ERROR: resolveRodsTarget: source 'test2' does not exist
ERROR: rsyncUtil: resolveRodsTarget status = -317000 USER_INPUT_PATH_ERR

D:\>irsync -s -r test2 i:test2
ERROR: cannot open file t, status = -310002 status = -310002
USER_FILE_DOES_NOT_
EXIST, No such file or directory
ERROR: rsyncDirToCollUtil: put t failed. status = -310002 status =
-310002 USER_
FILE_DOES_NOT_EXIST, No such file or directory
ERROR: rsyncUtil: rsync error for /LMUISA1/home/cellinsight/test2
status = -3100
02 USER_FILE_DOES_NOT_EXIST, No such file or directory

D:\>irsync -s -r D:\test2 i:test2
ERROR: cannot open file D, status = -310002 status = -310002
USER_FILE_DOES_NOT_
EXIST, No such file or directory
ERROR: rsyncDirToCollUtil: put D failed. status = -310002 status =
-310002 USER_
FILE_DOES_NOT_EXIST, No such file or directory
ERROR: rsyncUtil: rsync error for /LMUISA1/home/cellinsight/test2
status = -3100
02 USER_FILE_DOES_NOT_EXIST, No such file or directory

D:\>irsync -s -r .\test2 i:test2
ERROR: cannot open file ., status = -310013 status = -310013
USER_FILE_DOES_NOT_
EXIST, Permission denied
ERROR: rsyncDirToCollUtil: put . failed. status = -310013 status =
-310013 USER_
FILE_DOES_NOT_EXIST, Permission denied
ERROR: rsyncUtil: rsync error for /LMUISA1/home/cellinsight/test2
status = -3100
13 USER_FILE_DOES_NOT_EXIST, Permission denied

D:\>irsync -s -r ./test2 i:test2
ERROR: cannot open file ., status = -310013 status = -310013
USER_FILE_DOES_NOT_
EXIST, Permission denied
ERROR: rsyncDirToCollUtil: put . failed. status = -310013 status =
-310013 USER_
FILE_DOES_NOT_EXIST, Permission denied
ERROR: rsyncUtil: rsync error for /LMUISA1/home/cellinsight/test2
status = -3100
13 USER_FILE_DOES_NOT_EXIST, Permission denied


Regards,
Harri

Quoting "Harri Jäälinoja" <harri.j...@helsinki.fi>:

> Harri Jäälinoja


> Light Microscopy Unit
> Institute of Biotechnology, University of Helsinki
> http://www.biocenter.helsinki.fi/bi/lmu/
> +358 9 191 59370 fax +358 9 191 59366
>

> --
> "iRODS: the Integrated Rule-Oriented Data-management System; A
> community driven, open source, data grid software solution"
> https://www.irods.org
>
> iROD-Chat: http://groups.google.com/group/iROD-Chat
>
>

Reagan Moore

unread,
Nov 3, 2011, 11:54:04 AM11/3/11
to irod...@googlegroups.com
I use the full path name for the local directory
and the full path name for the data grid
directory on my Mac and the synchronization works
on collections.

Reagan Moore

Reply all
Reply to author
Forward
0 new messages