Hi Michael,

Michael Sutter <[EMAIL PROTECTED]> writes:
> LoadModule axis2_module /usr/lib/apache2-prefork/mod_axis2.so
> Axis2RepoPath /home/auger/axis2c-1.2.0/
> Axis2LogFile /tmp/axis2.log
> Axis2LogLevel trace
> # possible values: AXIS2_LOG_LEVEL_DEBUG AXIS2_LOG_LEVEL_TRACE
> #Axis2LogLevel AXIS2_LOG_LEVEL_TRACE
> <Location /axis2>
>    SetHandler axis2_module
> </Location>
>
> After that I restarted the apache server and want to access it with a
> client. The problem is, that I directly get a Segmentation fault when
> accessing the service. In the log file /tmp/axis2.log is only one
> line:
> [Mon Dec 17 13:10:25 2007] [info]  [Axis2] Axis2 worker created
> But there must be much more as I used trace log level.

I think you have missed some of the httpd.conf values here which
introduced recently. 

Axis2GlobalPoolSize 10
Axis2MaxLogFileSize 10

that may cause the segmentation fault. If it is the cause, Please
raise a jira issue.

thanks,
Dinesh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to