I haven't received any responses. I'm probably impatient. Here's a different spin on my query:
I have deployed the echo service into AXIS2C_HOME/services/echo. Using a webbrowser I can see the service. My question is: I have added debug traces to the echo service functions housed in the libecho.so lib (init, create, invoke, echo, etc.), but I don't see these traces appear in the axis2.log file. Does anyone know what needs to be done to make these debug traces appear in the log file or anywhere else for that matter? It would greatly help me to debug the segfault. Thanks for any help/hints anyone can offer! -b. --- Bregitte Pracht <[EMAIL PROTECTED]> wrote: > I am using the simple http axis2c server, > axis2_http_server, on linux ppc. I am using a Java > client to send a soap request to the server. The > service that is requested is the sample echo > service, > provided with axis2c. > > Based on traces, the server seems to find > services/echo ok as service=echo, > operation=echoString > when it first launches. > > Based on traces I have added to the server to > serialize the envelope to the axis2c.log file, the > envelope seems to arrive ok from the client. > > I have two symptoms that I hope someone can please > help me with. They are very likely related and one > and > the same issue. > > -1-I have added traces to the echo service (all the > pertinent functions (create, invoke, etc.), but I > don't see these appear in the axis2c.log file? Any > idea why? > > -2-When the server receives the envelope, function > axis2_raw_xml_in_out_msg_recv_invoke_business_logic_sync(...) > in src/core/receivers/raw_xml_in_out_msg_recv.c is > called. Based on traces, the server realizes that > the > operation requested is echoString. Eventually within > said function, AXIS2_SVC_SKELETON_INVOKE(...) gets > called and returns a result_node (which is an > axiom_node_t struct). This result_node is then used > to > build a response to be sent back. However, it does > not > appear to contain what would be expected and it > causes > the server to segfault. Any idea why? Does this mean > my echo service is not deployed correctly? I don't > see > any failure logs that would indicate my echo service > is deployed incorrectly, but obviously something is > wrong. The trace level is set to 5. > > Thanks for any help, pointers anyone can offer. > > Best regards, > Bregitte > > > > > > ____________________________________________________________________________________Sick > sense of humor? Visit Yahoo! TV's > Comedy with an Edge to see what's on, when. > http://tv.yahoo.com/collections/222 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ____________________________________________________________________________________ Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains. http://farechase.yahoo.com/promo-generic-14795097 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
