You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "S.Uthaiyashankar (JIRA)" <ji...@apache.org> on 2008/12/12 09:43:44 UTC

[jira] Resolved: (AXIS2C-1319) When the log level is error/critical, all the debug, info messages cause an error message displayed in the console.

     [ https://issues.apache.org/jira/browse/AXIS2C-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-1319.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0

Fixed in revision 725945

> When the log level is error/critical, all the debug, info messages cause an error message displayed in the console. 
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1319
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1319
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: S.Uthaiyashankar
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.6.0
>
>
> When the log level is less than the logged message's log level (e.g, log level is critical and log message is a debug message), logged message should be ignored. However, it prints "please check your log and buffer"  message to the console
> (This problem is introduced when applied patch given in AXIS2C-1286)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: apache module compilation error

Posted by Supun Kamburugamuva <su...@gmail.com>.
If I remember right, when you install apache server you can install the
development files. For the default installation these are not included. You
have to customize your installation using the installation wizard.

Supun.

On Sat, Dec 13, 2008 at 8:31 AM, Vivian Wang <vi...@yahoo.com> wrote:

> Hi, All,
>
> I am trying to compile the apache axis2/c module, but I am getting the
> following error (Cannot open include file: 'httpd.h'):
>
> ===========================
> apache2_out_transport_info.c
> apache2_stream.c
> apache2_worker.c
> mod_axis2.c
> ..\..\src\core\transport\http\server\apache2\mod_axis2.c(19) : fatal
> error C1083
> : Cannot open include file: 'httpd.h': No such file or directory
> ........
> ===========================
>
> I installed Apache Server 2.2, and set the path correctly in the configure
> file, but the httpd.h is nowhere to be found. I searched all the files in
> Apache server fold as well as axis2/c. I downloaded apache server from the
> following site: http://httpd.apache.org/download.cgi, using the following
> version (installer):
>
>  Win32 Binary including OpenSSL 0.9.8i (MSI Installer):
> apache_2.2.10-win32-x86-openssl-0.9.8i.msi
>
> My question is: where should I expected to see the header file httpd.h?
>
> Thanks!
> Vivian
>
>
>
>


-- 
Software Engineer, WSO2 Inc
http://wso2.org
Web Services with Axis2/C http://wsaxc.blospot.com

apache module compilation error

Posted by Vivian Wang <vi...@yahoo.com>.
Hi, All,

I am trying to compile the apache axis2/c module, but I am getting the following error (Cannot open include file: 'httpd.h'):

===========================
apache2_out_transport_info.c
apache2_stream.c
apache2_worker.c
mod_axis2.c
..\..\src\core\transport\http\server\apache2\mod_axis2.c(19) : fatal
error C1083
: Cannot open include file: 'httpd.h': No such file or directory
........
===========================

I installed Apache Server 2.2, and set the path correctly in the configure file, but the httpd.h is nowhere to be found. I searched all the files in Apache server fold as well as axis2/c. I downloaded apache server from the following site: http://httpd.apache.org/download.cgi, using the following version (installer):

  Win32 Binary including OpenSSL 0.9.8i (MSI Installer): apache_2.2.10-win32-x86-openssl-0.9.8i.msi

My question is: where should I expected to see the header file httpd.h?

Thanks!
Vivian