Hello,
with your help I found the problem. If I don't have the
Axis2GlobalPoolSize 10
Axis2MaxLogFileSize 10
in my httpd.conf I got two log files /tmp/axis.log and
/tmp/axis.log.old. Both with only one line of log messages. When I
change the permissions of both files so that the user running the http
daemon can write into it everything works fine.
When I put the options into the httpd.conf everything works fine without
changing the permissions to the /tmp/axis.log. Then I also get only one
log file. As I understand right the options are for a shared memory for
logging.
The problem I think is that the options are not mentioned on the webpage
for configuration of http daemon
(http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2) - or I
simply wasn't able to find them. It would be nice to put them on the
page to solve further questions with the daemon configuration.
Regards Michael
Samisa Abeysinghe wrote:
I had a look and this must be due to your log file /tmp/axis2.log not
having write permissions.
Please check.
Samisa...
Samisa Abeysinghe wrote:
Dinesh Premalal wrote:
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.
That is not supposed to cause seg faults :(
Samisa...
thanks,
Dinesh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]