Hello list,
I checked out the SVN version and built it with apache2 daemon. After
compiling I copied the libmod_axis2.so to apache module folder and
changed the configuration of the module in /etc/apache2/httpd.conf.local
to my current version:
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.
The client is working without problems with the axis_simple_server. I
only changed the port for the apache server in it. Also I was using the
apache module in version 1.1 without problems. Have I done something
wrong or could it be a error in the module?
BTW im using apache 2.0.49 with gcc 3.3.3 but I also tried it with gcc
4.1 - the same problem. I attached the log file of my client. It would
be nice if anybody could help me.
Kind regards
Michael
[Mon Dec 17 13:11:45 2007] [debug] phase.c(122) axis2_handler_t *request_uri_based_dispatcher added to the index 0 of the phase Transport
[Mon Dec 17 13:11:45 2007] [debug] phase.c(122) axis2_handler_t *addressing_based_dispatcher added to the index 1 of the phase Transport
[Mon Dec 17 13:11:45 2007] [debug] phase.c(122) axis2_handler_t *soap_message_body_based_dispatcher added to the index 0 of the phase Dispatch
[Mon Dec 17 13:11:45 2007] [debug] phase.c(122) axis2_handler_t *soap_action_based_dispatcher added to the index 1 of the phase Dispatch
[Mon Dec 17 13:11:45 2007] [debug] phase.c(122) axis2_handler_t *dispatch_post_conditions_evaluator added to the index 0 of the phase PostDispatch
[Mon Dec 17 13:11:45 2007] [debug] phase.c(122) axis2_handler_t *context_handler added to the index 1 of the phase PostDispatch
[Mon Dec 17 13:11:45 2007] [debug] conf_builder.c(233) no custom dispatching order found continue with default dispatching order
[Mon Dec 17 13:11:45 2007] [debug] conf_builder.c(384) module addressing found in axis2.xml
[Mon Dec 17 13:11:45 2007] [debug] class_loader.c(140) Object loaded successfully
[Mon Dec 17 13:11:45 2007] [debug] class_loader.c(140) Object loaded successfully
[Mon Dec 17 13:11:45 2007] [debug] dep_engine.c(1241) axis2_dep_engine_load_module_dll: DLL path is : /home/auger/axis2c-1.2.0/modules/addressing/libaxis2_mod_addr.so
[Mon Dec 17 13:11:45 2007] [debug] class_loader.c(140) Object loaded successfully
[Mon Dec 17 13:11:45 2007] [debug] dep_engine.c(1241) axis2_dep_engine_load_module_dll: DLL path is : /home/auger/axis2c-1.2.0/modules/logging/libaxis2_mod_log.so
[Mon Dec 17 13:11:45 2007] [debug] class_loader.c(140) Object loaded successfully
[Mon Dec 17 13:11:45 2007] [debug] svc_builder.c(301) DLL path is : /home/auger/axis2c-1.2.0/services/DAQStatus/libDAQStatus.so
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(116) Service name is : DAQStatus
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingInHandler to phase Transport
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(900) svc name is:DAQStatus
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(116) Service name is : DAQStatus
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(967) Operation name is : getStatus
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(116) Service name is : __ANONYMOUS_SERVICE__
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(324) This handler is trying to added to system pre defined phases , but those handlers are already added to global chain which run irrespective of the service
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(324) This handler is trying to added to system pre defined phases , but those handlers are already added to global chain which run irrespective of the service
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(324) This handler is trying to added to system pre defined phases , but those handlers are already added to global chain which run irrespective of the service
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_resolver.c(229) module name is:addressing
[Mon Dec 17 13:11:45 2007] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] op_client.c(856) Start:axis2_op_client_infer_transport
[Mon Dec 17 13:11:45 2007] [debug] op_client.c(911) End:axis2_op_client_infer_transport
[Mon Dec 17 13:11:45 2007] [debug] engine.c(648) Start:axis2_engine_invoke_phases
[Mon Dec 17 13:11:45 2007] [debug] engine.c(660) Invoking phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] phase.c(204) Invoke the handler AddressingOutHandler within the phase MessageOut
[Mon Dec 17 13:11:45 2007] [debug] engine.c(670) End:axis2_engine_invoke_phases
[Mon Dec 17 13:11:45 2007] [debug] http_transport_sender.c(220) ctx_epr:http://localhost:888888880/axis2/services/DAQStatus
[Mon Dec 17 13:11:45 2007] [debug] http_sender.c(290) msg_ctx_id:c38b302c-acba-1dc1-3c59-0050569256e3
[Mon Dec 17 13:11:45 2007] [debug] http_client.c(420) [axis2c] client data stream null or socket error
[Mon Dec 17 13:11:45 2007] [error] http_sender.c(727) status_code < 0
[Mon Dec 17 13:11:45 2007] [debug] http_transport_sender.c(654) OP name axutil_qname_get_localpart = http://www.w3.org/2004/08/wsdl/out-in
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]