You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2006/01/19 14:39:42 UTC

[jira] Commented: (AXISCPP-913) couldnt call axis c++ webservice from a client ( warning: /axiscpp.conf not found)

    [ http://issues.apache.org/jira/browse/AXISCPP-913?page=comments#action_12363249 ] 

Adrian Dick commented on AXISCPP-913:
-------------------------------------

Axis c++ uses the file axiscpp.conf (located in %AXISCPP_DEPLOY% on Windows, or %AXISCPP_DEPLOY/etc on Unix) to locate the transport and XML parser libraries.

If this file is not found you will see the message you describe and it will attempt to continue using hard-coded default values within the engine :
If you're using the binary package the default values should match all the required libraries, but you will need to ensure these are available on the PATH.

Hence, why it works after you copy across the parser libraries.

> couldnt call axis c++ webservice  from a client ( warning: /axiscpp.conf not found)
> -----------------------------------------------------------------------------------
>
>          Key: AXISCPP-913
>          URL: http://issues.apache.org/jira/browse/AXISCPP-913
>      Project: Axis-C++
>         Type: Task
>   Components: Client - Stub
>     Versions: 1.5 Beta
>  Environment: windows 2000, apache 2.0.55 and axis c++ 1.5 version
>     Reporter: mohan Goud Devanoor
>     Priority: Critical

>
> hello all,
> can any one help me please. i have installed apache 2.0.55 and axis c++ 1.5 version . The sample calculator.exe runs perfectly on my system. but when i copy it to other system and run giving endpoint url, it gives an error message
> Message:
> warning configuration file was not found ( /axiscpp.conf)
> Using default values
> Exception : DLOPEN failed in loading parser library..
> NOTE: when i copy all the parser libraries to that system then it works giving only the warning...
> Exception: 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira