<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugzilla.globus.org/bugzilla/bugzilla.dtd">

<bugzilla version="3.2.3"
          urlbase="http://bugzilla.globus.org/bugzilla/"
          maintainer="bacon@mcs.anl.gov"
>

    <bug>
          <bug_id>6172</bug_id>
          
          <creation_ts>2008-06-19 15:27</creation_ts>
          <short_desc>Bad error message for &quot;file not found&quot;</short_desc>
          <delta_ts>2008-07-16 09:28:35</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>GRAM</product>
          <component>wsrf gram clients</component>
          <version>4.2.0</version>
          <rep_platform>Macintosh</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>4.2.1</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Charles Bacon">bacon@mcs.anl.gov</reporter>
          <assigned_to name="Joe Bester">bester@mcs.anl.gov</assigned_to>
          <cc>bester@mcs.anl.gov</cc>
    
    <cc>feller@mcs.anl.gov</cc>
    
    <cc>madduri@mcs.anl.gov</cc>
    
    <cc>smartin@mcs.anl.gov</cc>

      

      
          <long_desc isprivate="0">
            <who name="Charles Bacon">bacon@mcs.anl.gov</who>
            <bug_when>2008-06-19 15:27:54</bug_when>
            <thetext>elephant % globusrun-ws -submit -S -f a.rsl
globusrun-ws: Error loading rsl
globus_soap_message_module: Failed to initialize soap message handle: Failed 
to open XIO handle


I&apos;d expect something like &quot;a.rsl: no such file&quot; or &quot;file not found&quot; or something.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Joe Bester">bester@mcs.anl.gov</who>
            <bug_when>2008-07-16 09:28:35</bug_when>
            <thetext>Committed changes to globus_c_ws_messaging to add xio error as a causal error, and to globus_globusrun_ws to use the system errno-related string from the xio error to form the error message. For example, the new message for file not found is

globusrun-ws: Error opening job description file a.rsl: No such file or directory

This is a 4.2.0 only fix. 4.0.x returned the XIO error directly instead of a globus_c_ws_messaging-related error object  so that the error message contained the info (though not as concisely):
globusrun-ws: Error loading rsl
globus_xio: Unable to open file a.rsl
globus_xio: System error in open: No such file or directory
globus_xio: A system call failed: No such file or directory

</thetext>
          </long_desc>
      
      

    </bug>

</bugzilla>