DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9874>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9874

Failure of deployed services (race condition)

           Summary: Failure of deployed services (race condition)
           Product: Axis
           Version: beta-2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Deployment / Registries
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


DESCRIPTION
        When deploying a web service, the service would work (without
        error) only about 1 time in 10 on my machine, though on another
        person's machine it worked about 19 out of 20 times.

        The difference between working and not working was traced to the
        file ".../tomcat-4.0.3/webapps/axis/WEB-INF/server-config.wsdd"
        which contained the line:

        <parameter name="attachments.implementation"     
                   value="org.apache.axis.attachments.AttachmentsImpl"/>

        in a different spot within the file after deployment.  If the line
        was after the line:

        <parameter name="attachments.Directory" value="..."/>

        it worked fine.  However, it would more often be 2 lines later, after

        <parameter name="sendXsiTypes" value="true">

        in which case contacting the service (via a Test program) would fail.

CAUSE
        The situtation appears to be the result of a race condition.

        It's doubtful that the difference in the "server-config.wsdd" file is
        the root cause, but is probably just a side-effect symptom of the race
        condition.

RELATED BUG REPORTS
        Could be related to both 9817 and 9510

Reply via email to