I am new to Tuscany and try to execute the sample projects. The CppCalculator works fine, but when trying the BigBank example the following errors occur when executing runwsserver.bat
[Thu Oct 29 15:24:34 2009] [error] ..\..\util\src\class_loader.c(167) Loading shared library ..//modules/tuscany/tuscany_sca_ws_dispatcher.dll Failed. DLERROR IS DLL Load Error 126: Das angegebene Modul wurde nicht gefunden. [Thu Oct 29 15:24:34 2009] [error] ..\..\src\core\deployment\dep_engine.c(1408) Loading module description tuscany failed [Thu Oct 29 15:24:34 2009] [error] ..\..\src\core\deployment\dep_engine.c(1572) Adding new module tuscany to the deployment engine failed [Thu Oct 29 15:24:34 2009] [error] ..\..\src\core\deployment\repos_listener.c(134) Repository listener initialization failed [Thu Oct 29 15:24:34 2009] [error] ..\..\src\core\deployment\dep_engine.c(783) dep_engine repos listener creation failed, folder name is ../ [Thu Oct 29 15:24:34 2009] [error] ..\..\src\core\deployment\conf_init.c(64) Loading deployment engine failed for repository ../. [Thu Oct 29 15:24:34 2009] [error] ..\..\src\core\transport\http\receiver\http_receiver.c(126) unable to create private configuration contextfor repo path ../ [Thu Oct 29 15:24:34 2009] [error] ..\..\src\core\transport\http\server\simple_axis2_server\http_server_main.c(215) Server creation failed: Error code: 34 :: Repository listener initialization failed I am using Axis2C Version 1.6. Without adding the modules and services to the Axis folder by the deploy.bat script the Axis web server is executing without problems. Error 126 is telling that some library is missing, but I added all environment variables (AXIS2C_HOME, TUSCANY_SCACPP, TUSCANY_SDOCPP) and also extended the path variable (C:\libxml2-2.7.3.win32\bin;C:\tuscany_sca_native-1.0-incubator-M3-bin\extensions\cpp\bin;C:\axis2c-bin-1.6.0-win32\lib;C:\OpenSSL\bin). Any ideas? Thanks Berndt --
