0

当我尝试部署战争(apache airavata-registry.war)时,我收到如下所示的错误。可能是什么原因?

security.core.exceptions.ConfigurationException:错误:在任何地方都找不到配置。服务器启动中止!在 edu.uiuc.ncsa.myproxy.oa4mp.client.loader.ClientBootstrapper.getConfigurationLoader(ClientBootstrapper.java:105) 在 org.apache.airavata.credential.store.servlet.CredentialBootstrapper.getConfigurationLoader(CredentialBootstrapper.java:45) 在 edu .uiuc.ncsa.security.servlet.Bootstrapper.contextInitialized(Bootstrapper.java:39) ... 30 更多

4

1 回答 1

0

Could you please run a check for a file named "client.xml" at one of the following locations: - $USER_HOME/client.xml - $USER_HOME/oa4mp/client.xml - $USER_DIR/client.xml - /var/www/config/client.xml - /var/www/config/oa4mp/client.xml.

Referring to the statement at GrepCode, "edu.uiuc.ncsa.myproxy.oa4mp.client.loader.ClientBootstrapper"

"A class required by Tomcat. This is the entry point for loading the configuration file. One feature of this is that it will search for configurations in various default locations using a default file name of client.xml".

Reference: http://grepcode.com/file/repo1.maven.org$maven2@edu.uiuc.ncsa.myproxy$oa4mp-client-oauth1@1.0.6@edu$uiuc$ncsa$myproxy$oa4mp$client$loader$ClientBootstrapper.java

Hope it helps..

于 2013-11-14T16:03:21.173 回答