You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Abdul Sami <as...@folio3.com> on 2009/06/23 14:06:00 UTC

what's wrong with this code

if ( AXIS2_SUCCESS != axiom_data_handler_write_to(data_handler, env) )
{
    const axis2_char_t* pMsg = axutil_error_get_message( env->error );
    // pMsg = "No Error"
}

with Error message saying "No Error", how can i troubleshoot this?


Re: what's wrong with this code

Posted by Abdul Sami <as...@folio3.com>.
resolved, the directory didn't have the write permission. I think the 
error message should be populated correctly.

Uthaiyashankar wrote:
> Can you check whether any errors are reported in log files?
>
> Regards, 
> Shankar
>
> On Tue, Jun 23, 2009 at 5:36 PM, Abdul Sami <asami@folio3.com 
> <ma...@folio3.com>> wrote:
>
>     if ( AXIS2_SUCCESS != axiom_data_handler_write_to(data_handler, env) )
>     {
>       const axis2_char_t* pMsg = axutil_error_get_message( env->error );
>       // pMsg = "No Error"
>     }
>
>     with Error message saying "No Error", how can i troubleshoot this?
>
>
>
>
> -- 
> S.Uthaiyashankar
> Software Architect
> WSO2 Inc.
> http://wso2.com/ - "The Open Source SOA Company"
>
>


Re: what's wrong with this code

Posted by Uthaiyashankar <sh...@wso2.com>.
Can you check whether any errors are reported in log files?
Regards,
Shankar

On Tue, Jun 23, 2009 at 5:36 PM, Abdul Sami <as...@folio3.com> wrote:

> if ( AXIS2_SUCCESS != axiom_data_handler_write_to(data_handler, env) )
> {
>   const axis2_char_t* pMsg = axutil_error_get_message( env->error );
>   // pMsg = "No Error"
> }
>
> with Error message saying "No Error", how can i troubleshoot this?
>
>


-- 
S.Uthaiyashankar
Software Architect
WSO2 Inc.
http://wso2.com/ - "The Open Source SOA Company"