2008/11/20 陈锺 <[EMAIL PROTECTED]> > i use axis2c-bin-1.5.0-win32. when i deply tuscany to axis2c. axis cant > run. > and i got these logs. > > [Thu Nov 20 16:02:22 2008] [error] ..\..\util\src\class_loader.c(167) > Loading shared library ..//modules/tuscany/tuscany_sca_ws_dispatcher.dll > Failed. DLERROR IS DLL Load Error 126: 找不到指定的模块。 > > [Thu Nov 20 16:02:22 2008] [error] > ..\..\src\core\deployment\dep_engine.c(1408) Loading module description > tuscany failed > [Thu Nov 20 16:02:22 2008] [error] > ..\..\src\core\deployment\dep_engine.c(1572) Adding new module tuscany to > the deployment engine failed > [Thu Nov 20 16:02:22 2008] [error] > ..\..\src\core\deployment\repos_listener.c(134) Repository listener > initialization failed > [Thu Nov 20 16:02:22 2008] [error] > ..\..\src\core\deployment\dep_engine.c(783) dep_engine repos listener > creation failed, folder name is ../ > [Thu Nov 20 16:02:22 2008] [error] > ..\..\src\core\deployment\conf_init.c(64) Loading deployment engine failed > for repository ../. > [Thu Nov 20 16:02:22 2008] [error] > ..\..\src\core\transport\http\receiver\http_receiver.c(127) unable to create > private configuration contextfor repo path ../ > [Thu Nov 20 16:02:22 2008] [error] > ..\..\src\core\transport\http\server\simple_axis2_server\http_server_main.c(215) > Server creation failed: Error code: 3 4 :: Repository listener > initialization failed > > who can help me? thanks > > > ------------------------------ > 八卦娱乐包打听,MSN资讯速递帮你忙! 了解详细! <http://im.live.cn/newsexpress> >
Not sure but a stab in the dark. Do you have rwx perms to the filesystem where you are running this test? The 126 seems to indicate that the dll or one of the dlls it depends on can't be found so for this you'll need to check that you path environment is set up correctly. Do you have the basic Axis2/c samples working before you install Tuscany? There are some install instructions in the distribution for the ws service extension the source for which can be found here [1]. Regards Simon [1] http://svn.apache.org/repos/asf/tuscany/cpp/sca/doc/
