From charset="iso-8859-1" Received: (qmail 67385 invoked from network); 20 Nov 2000 22:57:37 -0000 Message-Id: <87FB8F5CE210D311B60500A0C9F4871C0AFFC3C7@xcup01.cup.hp.com> Date: Mon, 20 Nov 2000 15:49:00 -0700 From: "HEIN,HENRI (HP-Cupertino,ex1)" To: "'submit@bugz.apache.org'" Subject: Bug #6308 (System Error 1067 when starting Apache) >Number: 6871 >Category: pending >Synopsis: Bug #6308 (System Error 1067 when starting Apache) >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: gnats-admin >State: closed >Quarter: >Keywords: >Date-Required: >Class: mistaken >Submitter-Id: unknown >Arrival-Date: Mon Nov 20 15:00:01 PST 2000 >Closed-Date: Mon Sep 03 12:53:12 PDT 2001 >Last-Modified: Mon Sep 03 12:53:12 PDT 2001 >Originator: >Release: >Organization: >Environment: >Description: I have a bit more information on this bug. I'm running Windows 2000, SP1. Vanilla Apache works fine, I encountered this problem after trying to install JServ. I tried both 1.3.9 and 1.3.12 versions of Apache httpd. I have tried both including the jserv.conf file, like this: --- Include "C:\Program Files\Apache\JServ\conf\jserv.conf" --- Including the jserv directives like this (I copied the ApacheModuleJServ.dll to the modules directory): --- LoadModule jserv_module modules/ApacheModuleJServ.dll ApJServProperties C:\Program Files\Apache\JServ\conf\jserv.properties ApJServLogFile C:\Program Files\Apache\JServ\logs --- I also tried pasting the jserv.conf file into httpd.conf. What's interesting is that when I change the include line to goobledygook: --- Include afdsafdsa --- It *still* comes back with system error 1067. But if I comment the line out everything works fine (except jserv, of course). The error log remains empty. Just thought this information might help. - Henri Hein --- Henri Hein System Architect, e-speak Services henri_hein@hp.com http://www.e-speak.hp.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: From: Nir Milstein To: submit@bugz.apache.org Cc: Subject: xml-xerces/6871: Bug in the trascode() service of Iconv Date: Thu, 23 Nov 2000 17:14:59 +0200 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C05560.25467610 Content-Type: text/plain; charset="windows-1255" Version: 1.3.0 OS: Solaris Compiler: CC Description: When trying to transcode() an XMLCh string which is empty, the returned string is NULL (not empty). File: IconvTransService.cpp Method: IconvLCPTranscoder::transcode(const XMLCh* const toTranscode) Problem: Line 270 reads: if (toTranscode) Solution: Line 270 should read: if (*toTranscode) ------_=_NextPart_001_01C05560.25467610 Content-Type: text/html; charset="windows-1255" xml-xerces/6871: Bug in the trascode() service of Iconv

Version: 1.3.0
OS: Solaris
Compiler: CC

Description:
When trying to transcode() an XMLCh string which is empty, the returned string is NULL (not empty).
File: IconvTransService.cpp
Method: IconvLCPTranscoder::transcode(const XMLCh* const toTranscode)
Problem: Line 270 reads:
            if (toTranscode)

Solution: Line 270 should read:
            if (*toTranscode)


------_=_NextPart_001_01C05560.25467610-- State-Changed-From-To: open-closed State-Changed-By: wrowe State-Changed-When: Mon Sep 3 12:53:12 PDT 2001 State-Changed-Why: [This is a standard response.] This is a CGI programming or basic configuration issue. As mentioned on the main bug database page, we must refer all such basic or non-Apache-related questions to the user newsgroups comp.infosystems.www.servers.unix and comp.infosystems.www.servers.ms-windows, or the scripting newsgroup comp.infosystems.www.authoring.cgi First check the FAQ http://httpd.apache.org/docs/misc/FAQ.html and then pose your question to the appropriate newsgroup. Thanks for using Apache! Class-Changed-From-To: sw-bug-mistaken Class-Changed-By: wrowe Class-Changed-When: Mon Sep 3 12:53:12 PDT 2001 Severity-Changed-From-To: serious-non-critical Severity-Changed-By: wrowe Severity-Changed-When: Mon Sep 3 12:53:12 PDT 2001 >Unformatted: