[ http://issues.apache.org/jira/browse/AXISCPP-757?page=comments#action_12316914 ]
Oleg Yurkevich commented on AXISCPP-757: ---------------------------------------- I do follow actions: 1. Set AXISCPP_DEPLOY environment variable 2. Put axiscpp.conf in folder pointed by %AXISCPP_DEPLOY% 3. axiscpp.conf contains follow settings #LogPath:Axis\logs\AxisLog.txt #WSDDFilePath:Axis\conf\server.wsdd LogPath:"C:\Program Files\Apache Group\Apache\Axis\logs\AxisLog.txt" WSDDFilePath:"C:\Program Files\Apache Group\Apache\Axis\conf\server.wsdd" XMLParser:"D:\Work\temp\axis-c-1-5-win32\bin\AxisXMLParser.dll" Transport_http:"D:\Work\temp\axis-c-1-5-win32\bin\HTTPTransport.dll" Channel_HTTP:"D:\Work\temp\axis-c-1-5-win32\bin\HTTPChannel.dll" #Channel_HTTP_SSL:"D:\Work\temp\axis-c-1-5-win32\bin\HTTPSSLChannel.dll" remark: I write path with quotes and without it. 4. Add path of Xerces 2.2.0 DLL folder to PATH variable 5. Add path of Axis CPP DLLs folder to PATH variable But we didn't resolve problem. > DLOPEN FAILED in loading parser library > --------------------------------------- > > Key: AXISCPP-757 > URL: http://issues.apache.org/jira/browse/AXISCPP-757 > Project: Axis-C++ > Type: Bug > Reporter: Oleg Yurkevich > Attachments: Example.rar, Example.rar > > Mistake "DLOPEN FAILED in loading parser library" is in <here> > NodeIO::NodeIO() > :Stub(" ", APTHTTP1_1) > { // <here> > m_pCall->setEndpointURI("http://localhost:65535/axis/services/NodeIO"); > } -- 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
