[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
AW: [geclipse-dev] my testing result of the EPP package
|
Hi Ashish,
I also met the "unable to open input stream" problem. But when I tried the second time, the problem disappeared. The other problems have not touched me. So we all believe the problem lies in the files rather than our implementation.
I suggest to close this test. Take the time for other issues.
Jie
-----Ursprüngliche Nachricht-----
Von: geclipse-dev-bounces@xxxxxxxxxxx [mailto:geclipse-dev-bounces@xxxxxxxxxxx] Im Auftrag von Ashish Thandavan
Gesendet: Mittwoch, 30. April 2008 11:37
An: Developer mailing list
Betreff: Re: [geclipse-dev] my testing result of the EPP package
Hi Jie,
Following your steps, I tried three scenarios (all of which reported errors). Here are the respective stacktraces:
COPYING ASH2.TXT FROM POZNAN TO PLETHON:
-------------------------------------------------------------------------------------
!ENTRY eu.geclipse.ui 4 0 2008-04-30 10:27:56.835 !MESSAGE Transfer operation status !SUBENTRY 1 eu.geclipse.ui 4 0 2008-04-30 10:27:56.835 !MESSAGE Unable to open input stream for ash2.txt !STACK 1
eu.geclipse.core.reporting.ProblemException: Unspecified IO problem
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.handleServerException(GridFTPConnection.java:606)
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.asyncGet(GridFTPConnection.java:563)
at
eu.geclipse.efs.gridftp.GridFile.openInputStream(GridFile.java:249)
at
eu.geclipse.core.filesystem.internal.filesystem.GEclipseFileStore.openInputStream(GEclipseFileStore.java:341)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copyFile(GridElementTransferOperation.java:358)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copy(GridElementTransferOperation.java:206)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.transferElement(GridElementTransferOperation.java:586)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.run(GridElementTransferOperation.java:145)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
eu.geclipse.core.reporting.ProblemException[2102551133]:
org.globus.ftp.exception.ServerException: Reply wait timeout. (error code 4)
at
org.globus.ftp.vanilla.FTPControlChannel.waitFor(FTPControlChannel.java:218)
at
org.globus.ftp.vanilla.TransferMonitor.run(TransferMonitor.java:129)
at java.lang.Thread.run(Thread.java:595)
!SUBENTRY 2 eu.geclipse.efs.gridftp 4 2102551133 2008-04-30 10:27:56.836 !MESSAGE Unspecified IO problem !STACK 0
org.globus.ftp.exception.ServerException: Reply wait timeout. (error code 4)
at
org.globus.ftp.vanilla.FTPControlChannel.waitFor(FTPControlChannel.java:218)
at
org.globus.ftp.vanilla.TransferMonitor.run(TransferMonitor.java:129)
at java.lang.Thread.run(Thread.java:595)
COPYING ASH6.TXT FROM POZNAN TO PLETHON:
-------------------------------------------------------------------------------------
!ENTRY eu.geclipse.ui 4 0 2008-04-30 10:29:33.689 !MESSAGE Transfer operation status !SUBENTRY 1 eu.geclipse.ui 4 0 2008-04-30 10:29:33.689 !MESSAGE Unable to open output stream for ash6.txt !STACK 1
eu.geclipse.core.reporting.ProblemException: You have unsufficient rights to '/tmp/ash6.txt'
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.handleServerException(GridFTPConnection.java:592)
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.asyncPut(GridFTPConnection.java:715)
at
eu.geclipse.efs.gridftp.GridFile.openOutputStream(GridFile.java:300)
at
eu.geclipse.core.filesystem.internal.filesystem.GEclipseFileStore.openOutputStream(GEclipseFileStore.java:351)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copyFile(GridElementTransferOperation.java:371)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copy(GridElementTransferOperation.java:206)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.transferElement(GridElementTransferOperation.java:586)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.run(GridElementTransferOperation.java:145)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
eu.geclipse.core.reporting.ProblemException[-1251819886]:
org.globus.ftp.exception.ServerException: Server refused performing the request. Custom message: (error code 1) [Nested exception message:
Custom message: Unexpected reply: 500 Command failed. : open/create
error: Permission denied]. Nested exception is
org.globus.ftp.exception.UnexpectedReplyCodeException: Custom message:
Unexpected reply: 500 Command failed. : open/create error: Permission denied
at
org.globus.ftp.vanilla.TransferMonitor.run(TransferMonitor.java:195)
at java.lang.Thread.run(Thread.java:595)
!SUBENTRY 2 eu.geclipse.efs.gridftp 4 -1251819886 2008-04-30 10:29:33.690 !MESSAGE You have unsufficient rights to '/tmp/ash6.txt'
!STACK 0
org.globus.ftp.exception.ServerException: Server refused performing the request. Custom message: (error code 1) [Nested exception message:
Custom message: Unexpected reply: 500 Command failed. : open/create
error: Permission denied]. Nested exception is
org.globus.ftp.exception.UnexpectedReplyCodeException: Custom message:
Unexpected reply: 500 Command failed. : open/create error: Permission denied
at
org.globus.ftp.vanilla.TransferMonitor.run(TransferMonitor.java:195)
at java.lang.Thread.run(Thread.java:595)
COPYING ASH4.TXT FROM POZNAN TO PLETHON: (I ANSWER YES TO OVERWRITE)
---------------------------------------------------------------------------------------------------------------------------------------------
!ENTRY eu.geclipse.ui 4 0 2008-04-30 10:30:21.504 !MESSAGE Transfer operation status !SUBENTRY 1 eu.geclipse.ui 4 0 2008-04-30 10:30:21.505 !MESSAGE Cannot delete existing target file 'ash4.txt'
!STACK 1
eu.geclipse.core.reporting.ProblemException: Unspecified IO problem
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.handleServerException(GridFTPConnection.java:606)
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.deleteFile(GridFTPConnection.java:842)
at eu.geclipse.efs.gridftp.GridFile.delete(GridFile.java:202)
at
eu.geclipse.core.filesystem.internal.filesystem.GEclipseFileStore.delete(GEclipseFileStore.java:212)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.deleteTarget(GridElementTransferOperation.java:763)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.askOverwrite(GridElementTransferOperation.java:711)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.checkExistingTarget(GridElementTransferOperation.java:654)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copyFile(GridElementTransferOperation.java:353)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copy(GridElementTransferOperation.java:206)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.transferElement(GridElementTransferOperation.java:586)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.run(GridElementTransferOperation.java:145)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
eu.geclipse.core.reporting.ProblemException[2102551133]:
org.globus.ftp.exception.ServerException: Server refused performing the request. Custom message: Server refused deleting file (error code 1) [Nested exception message: Custom message: Unexpected reply: 500 Command failed : unlink error: Operation not permitted]. Nested exception is org.globus.ftp.exception.UnexpectedReplyCodeException:
Custom message: Unexpected reply: 500 Command failed : unlink error:
Operation not permitted
at
org.globus.ftp.vanilla.FTPControlChannel.execute(FTPControlChannel.java:333)
at org.globus.ftp.FTPClient.deleteFile(FTPClient.java:258)
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.deleteFile(GridFTPConnection.java:833)
at eu.geclipse.efs.gridftp.GridFile.delete(GridFile.java:202)
at
eu.geclipse.core.filesystem.internal.filesystem.GEclipseFileStore.delete(GEclipseFileStore.java:212)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.deleteTarget(GridElementTransferOperation.java:763)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.askOverwrite(GridElementTransferOperation.java:711)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.checkExistingTarget(GridElementTransferOperation.java:654)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copyFile(GridElementTransferOperation.java:353)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copy(GridElementTransferOperation.java:206)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.transferElement(GridElementTransferOperation.java:586)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.run(GridElementTransferOperation.java:145)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SUBENTRY 2 eu.geclipse.efs.gridftp 4 2102551133 2008-04-30 10:30:21.511 !MESSAGE Unspecified IO problem !STACK 0
org.globus.ftp.exception.ServerException: Server refused performing the request. Custom message: Server refused deleting file (error code 1) [Nested exception message: Custom message: Unexpected reply: 500 Command failed : unlink error: Operation not permitted]. Nested exception is org.globus.ftp.exception.UnexpectedReplyCodeException:
Custom message: Unexpected reply: 500 Command failed : unlink error:
Operation not permitted
at
org.globus.ftp.vanilla.FTPControlChannel.execute(FTPControlChannel.java:333)
at org.globus.ftp.FTPClient.deleteFile(FTPClient.java:258)
at
eu.geclipse.efs.gridftp.internal.GridFTPConnection.deleteFile(GridFTPConnection.java:833)
at eu.geclipse.efs.gridftp.GridFile.delete(GridFile.java:202)
at
eu.geclipse.core.filesystem.internal.filesystem.GEclipseFileStore.delete(GEclipseFileStore.java:212)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.deleteTarget(GridElementTransferOperation.java:763)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.askOverwrite(GridElementTransferOperation.java:711)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.checkExistingTarget(GridElementTransferOperation.java:654)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copyFile(GridElementTransferOperation.java:353)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.copy(GridElementTransferOperation.java:206)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.transferElement(GridElementTransferOperation.java:586)
at
eu.geclipse.ui.internal.transfer.GridElementTransferOperation.run(GridElementTransferOperation.java:145)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Regards,
Ashish
Tao, Jie wrote:
> Filesystem:
>
> copy a file from a gridftp connection to a manually created connection
> on se.reef.man.poznan.pl (/tmp/) sometimes do not make the real copy:
> the file is not shown at the target directory /tmp/ (after many times
> refresh); but when I copy again I am asked if overwrite; when I
> restart g-Eclipse the copy operation does not ask me Overwrite or no.
> Please take a look if you can reproduce this.
>
> 1. manually connect to the root on se.reef.man.poznan.pl with gsiftp
> 2. mount a gsiftp to plethon.grid.ucy.ac.cy 3. copy ash2.txt of
> connection 2 to the tmp directory of connection 1
>
> Do you see the file copied? If no, copy again.
>
> And more: this problem only happens with ash2.txt and ash6.txt. The
> other files can be copied.
>
>
> Workflows:
>
> add job descriptions does not work: the description is not added to
> the job.
>
> Regards,
>
> Jie
> ----------------------------------------------------------------------
> --
>
> _______________________________________________
> geclipse-dev mailing list
> geclipse-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/geclipse-dev
>
--
Ashish
------------------------------
****************
Ashish Thandavan
ACET Centre, School of Systems Engineering, Philip Lyle Building (5th Floor), P.O. Box 68, University of Reading Whiteknights Campus, Reading RG6 6BX
****************
Tel: +44 (0) 118 378 7645
Fax: +44 (0) 118 378 5224
------------------------------