[workspace-dev] [workspace-user] 530-Login incorrect. : IPC connection failed

Aaditya kumar passion.for.systems at gmail.com
Fri Jul 30 13:44:31 CDT 2010


Hi Tim ,

           Thank you for your reply , I made progress on that But now
I am stuck on another error (for quite some time now).

           Now the cloud-client.sh --list gives error that : "Problem
listing workspaces: Server refused performing the request."
           Now when I use globus-url-copy to test the gridftp server
It gives error( attached at the end). However when I use
           -nodcau (no data channel auth) option  with globus-url-copy
It works perfectly fine.

           So I would like to ask Is there any way to pass a flag to
cloud-client.sh to specify to the gridftp client (that it invokes) to
disable the data channel authentication. Basically is there an
equivalent of -nodcau flag for the  cloud-client.sh (--list or any
other ftp op).


The Errors are:

[aaditya at aadityaxcat3 nimbus-cloud-client-015]$ ./bin/cloud-client.sh --list
Problem: Problem listing workspaces: Server refused performing the
request. Custom message:  (error code 1) [Nested exception message:
Custom message: Unexpected reply: 451 active connection to server
failed
java.io.EOFException
java.io.EOFException
        at org.globus.gsi.gssapi.net.impl.GSIGssInputStream.readHandshakeToken(GSIGssInputStream.java:56)
        at org.globus.gsi.gssapi.net.impl.GSIGssSocket.readToken(GSIGssSocket.java:60)
        at org.globus.gsi.gssapi.net.GssSocket.authenticateClient(GssSocket.java:110)
        at org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:140)
        at org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161)
        at org.globus.ftp.extended.GridFTPServerFacade.authenticate(GridFTPServerFacade.java:545)
        at org.globus.ftp.dc.GridFTPActiveConnectTask.execute(GridFTPActiveConnectTask.java:80)
        at org.globus.ftp.dc.TaskThread.run(TaskThread.java:66)
        at java.lang.Thread.run(Thread.java:636)
]


AND

[nimbus at fedorahnode install]$ ./bin/globus-url-copy -vb -dbg
gsiftp://fedorahnode:2811/home/nimbus/test  file:///home/nimbus/test1
Source: gsiftp://fedorahnode:2811/home/nimbus/
Dest:   file:///home/nimbus/
  test  ->  test1
debug: starting to get gsiftp://fedorahnode:2811/home/nimbus/test
debug: connecting to gsiftp://fedorahnode:2811/home/nimbus/test
debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
220 Welcome!

debug: authenticating with gsiftp://fedorahnode:2811/home/nimbus/test
debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
230 User nimbus logged in.

debug: sending command:
SITE HELP

debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
214-The following commands are recognized:
    ALLO    ESTO    RNTO    APPE    DCAU    MODE    SIZE    STRU
    TYPE    DELE    SITE    CWD     ERET    FEAT    LIST    NLST
    MLSD    MLST    PORT    PROT    EPRT    PWD     QUIT    REST
    STAT    SYST    MKD     RMD     CDUP    HELP    NOOP    EPSV
    PASV    TREV    SBUF    MDTM    CKSM    OPTS    PASS    SPAS
    PBSZ    SPOR    RETR    STOR    USER    RNFR    LANG
214 End

debug: sending command:
FEAT

debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
211-Extensions supported
 UTF8
 LANG EN
 DCAU
 PARALLEL
 SIZE
 MLST Type*;Size*;Modify*;Perm*;Charset;UNIX.mode*;UNIX.owner*;UNIX.group*;Unique*;UNIX.slink*;
 ERET
 ESTO
 SPAS
 SPOR
 REST STREAM
 MDTM
211 End.

debug: sending command:
TYPE I
debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
200 Type set to I.

debug: sending command:
PBSZ 1048576

debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
200 PBSZ=1048576

debug: sending command:
PASV

debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
227 Entering Passive Mode (192,168,15,141,177,89)

debug: sending command:
RETR /home/nimbus/test

debug: response from gsiftp://fedorahnode:2811/home/nimbus/test:
500-Command failed. : globus_xio_gsi: gss_accept_sec_context failed.
500-OpenSSL Error: tasn_dec.c:283: in library: asn1 encoding routines,
function ASN1_ITEM_EX_D2I: no matching choice type Type=GENERAL_NAME
500-OpenSSL Error: tasn_dec.c:542: in library: asn1 encoding routines,
function ASN1_TEMPLATE_D2I: nested asn1 error Field=issuer,
Type=AUTHORITY_KEYID
500-OpenSSL Error: tasn_dec.c:283: in library: asn1 encoding routines,
function ASN1_ITEM_EX_D2I: no matching choice type Type=GENERAL_NAME
500 End.

debug: fault on connection to
gsiftp://fedorahnode:2811/home/nimbus/test: globus_ftp_client: the
server responded with an error
debug: data callback, error globus_ftp_client: the server responded
with an error, buffer 0x7f6a57597010, length 0, offset=0, eof=true
debug: operation complete


error: globus_ftp_client: the server responded with an error
500 500-Command failed. : globus_xio_gsi: gss_accept_sec_context failed.
500-OpenSSL Error: tasn_dec.c:283: in library: asn1 encoding routines,
function ASN1_ITEM_EX_D2I: no matching choice type Type=GENERAL_NAME
500-OpenSSL Error: tasn_dec.c:542: in library: asn1 encoding routines,
function ASN1_TEMPLATE_D2I: nested asn1 error Field=issuer,
Type=AUTHORITY_KEYID
500-OpenSSL Error: tasn_dec.c:283: in library: asn1 encoding routines,
function ASN1_ITEM_EX_D2I: no matching choice type Type=GENERAL_NAME
500 End.





On Fri, Jul 30, 2010 at 7:32 PM, Tim Freeman <tfreeman at mcs.anl.gov> wrote:
> On Wed, 28 Jul 2010 16:14:30 +0530
> Aaditya kumar <passion.for.systems at gmail.com> wrote:
>
> [...]
>>
>> debug: authenticating with gsiftp://fedorahnode:5000/dev/zero
>> debug: response from gsiftp://fedorahnode:5000/dev/zero:
>> 530-Login incorrect. : IPC connection failed.
>> 530-globus_xio: An end of file occurred
>> 530 End.
>>
>> debug: fault on connection to gsiftp://fedorahnode:5000/dev/zero
>> debug: data callback, error globus_ftp_client: the server responded
>> with an error, buffer 0x7f5090e45010, length 0, offset=0, eof=true
>> debug: operation complete
>
> I don't know what the error here is but I see you've taken the question to
> gt-user (gridftp-user would be even more appropriate).
>
> I don't know if it is helpful for you here, but the 2.4 nimbus-configure
> command has a gridftp flag (see -h) that will print a suggested startup script.
>
> Tim
>



-- 
Regards ,
Aaditya.

I want to change the world ,But God won't give me the source code.


More information about the workspace-dev mailing list