[Swift-devel] cog r1957 breaks swift ftp usage (when port not specified?)

Ben Clifford benc at hawaga.org.uk
Tue Apr 8 05:01:04 CDT 2008


CoG r1957 appears to break handling of gsiftp URLs specified in the Swift 
site catalog.

All of the site tests in 
https://svn.ci.uchicago.edu/svn/vdl2/trunk/tests/sites are configured that 
way and are broken by r1957.

When I apply svn diff -r 1957:1956 to my checkout, things work better (I 
ran the site tests on a few of the sites, but not all as I got tired of 
waiting)

First part of stack trace is:

Using sites file: ../sites/tp-fork-gram2-ftpport.xml
Using tc.data: ../sites/tc.data
For input string: ""
For input string: ""
        task:service @ vdl-sc.k, line: 23
        sys:if @ vdl-sc.k, line: 21
        gridftp @ tp-fork-gram2-ftpport.xml, line: 4
        pool @ tp-fork-gram2-ftpport.xml, line: 4
        pool @ tp-fork-gram2-ftpport.xml, line: 4
        org.globus.cog.karajan.workflow.nodes.Sequential @ 
tp-fork-gram2-ftpport.xml
        sys:executefile @ vdl-sc.k, line: 59
        task:resources @ vdl-sc.k, line: 59
        vdl:sitecatalog @ scheduler.xml, line: 42
        task:scheduler @ scheduler.xml, line: 27
        kernel:import @ scheduler.xml, line: 3
        kernel:project @ 061-cattwo.kml, line: 2
        061-cattwo-20080408-1100-eibujbf8
Caused by: java.lang.NumberFormatException: For input string: ""
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:468)
        at java.lang.Integer.parseInt(Integer.java:497)
        at 
org.globus.cog.abstraction.impl.common.task.ServiceContactImpl.parse(ServiceContactImpl.java:81)
        at 
org.globus.cog.abstraction.impl.common.task.ServiceContactImpl.<init>(ServiceContactImpl.java:26)
        at 
org.globus.cog.karajan.workflow.nodes.grid.ServiceNode.function(ServiceNode.java:123)
        at 
org.globus.cog.karajan.workflow.nodes.functions.AbstractFunction.post(AbstractFunction.java:45)
        at 
org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments.childCompleted(AbstractSequentialWithArguments.java:192)
        at 
org.globus.cog.karajan.workflow.nodes.Sequential.notificationEvent(Sequential.java:33)



-- 



More information about the Swift-devel mailing list