Start a Conversation

Unsolved

This post is more than 5 years old

624

February 23rd, 2017 15:00

File copy fails by file type

A user is transferring files from his Isilon SMB share to his local drive using java. When the files are pdf or any other binary format files, they fail. If they are just text files, the copy works. He is using such command:

java -jar CopyFile.jar -p My_copy.properties -q Dest -i file_name.pdf -o file_name.pdf -t Dest -a Copy

That fails by creating a zero size file but when he does standard windows copy and paste, it works.


We are not doing any kind of file filtering on our Isilon. We are on OneFS 8.0.0.2. We think this worked before we upgraded to version 8 recently.


Any ideas why this will fail based on file type?


Thank you,


-Dan

1.2K Posts

February 23rd, 2017 20:00

No Java error messages obtained?

Can you run it under Linux, and assuming same behaviour, run it with 'strace' prepended and post the output?

-- Peter

79 Posts

February 24th, 2017 07:00

Peter,

I have asked the user for more java logs. I have not tried it on a Linux OS yet. I will post once I have all that info.

I posted it once I saw the issue to see if anyone has come across such issues.

Thank you,

-Dan

79 Posts

March 24th, 2017 06:00

Peter,

This happened to be our issue:  https://support.emc.com/kb/493096

We will see if upgrading to 8.0.0.4 will resolve it.

Thank you

-Dan

No Events found!

Top