Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 55715 invoked from network); 2 Jun 2005 16:46:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2005 16:46:11 -0000 Received: (qmail 97749 invoked by uid 500); 2 Jun 2005 16:46:09 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 97725 invoked by uid 500); 2 Jun 2005 16:46:09 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 97709 invoked by uid 99); 2 Jun 2005 16:46:09 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Jun 2005 09:46:06 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 5A8161B2; Thu, 2 Jun 2005 18:45:50 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 26938] - Interrupted Installation X-Bugzilla-Reason: AssignedTo Message-Id: <20050602164550.5A8161B2@ajax.apache.org> Date: Thu, 2 Jun 2005 18:45:50 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=26938 eddiearmeen@yahoo.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eddiearmeen@yahoo.co.uk ------- Additional Comments From eddiearmeen@yahoo.co.uk 2005-06-02 18:45 ------- in the logs they both have this: Action ended 19:00:13: ResolveServerName. Return value 3. looking at the source for ResolveServerName it only ever returns ERROR_SUCCESS ( Which is 0 ) - so where did this 3 come from? I think it is from windows and the standard windws error number 3 = "file not found". The ResolveServerName is a dll inside the msi call real_features.dll which is extracted to the temp dir during the install (to a possibly random name). so either there is a problem extracting the dll or there is a problem reading the dll - to me this means a permissions issue or some other issue with the temp dir. can you try clearing out the temp dir and try again, then download filemon (http://www.sysinternals.com/ntw2k/source/filemon.shtml) and filter this to show only ERRORS from msiexec.exe. can you attach the filemon log and the msilog ( /L*v )of this? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org