Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
websphereapplicationserver中的Spring_Spring_Websphere_Websphere 8_Ibm Rad - Fatal编程技术网

websphereapplicationserver中的Spring

websphereapplicationserver中的Spring,spring,websphere,websphere-8,ibm-rad,Spring,Websphere,Websphere 8,Ibm Rad,我正在做一个使用JSF Spring Hibernate并在Tomcat和Jetty上运行的项目。我必须使用WebSphereApplicationServerV8运行它。我试过这么做,但我做不到。我从管理控制台创建了一个企业应用程序。我将我的项目war放到这个配置中,并将上下文作为我的项目根目录。创建后,我尝试启动它,但存在一些异常,如com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionExcep

我正在做一个使用JSF Spring Hibernate并在Tomcat和Jetty上运行的项目。我必须使用WebSphereApplicationServerV8运行它。我试过这么做,但我做不到。我从管理控制台创建了一个企业应用程序。我将我的项目war放到这个配置中,并将上下文作为我的项目根目录。创建后,我尝试启动它,但存在一些异常,如com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.net.URISyntaxException:

还有

[26.02.2012 14:59:12:900 VET] 00000173 SystemErr R SLF4J: Class path contains multiple SLF4J bindings. [26.02.2012 14:59:12:900 VET] 00000173 SystemErr R SLF4J: Found binding in [bundleresource://216.fwk37593285:1/org/slf4j/impl/StaticLoggerBinder.class] [26.02.2012 14:59:12:900 VET] 00000173 SystemErr R SLF4J: Found binding in [wsjar:file:/C:/Program%20Files%20(x86)/IBM/WebSphere/AppServer/profiles/AppSrv0‌​1/installedApps/Toshiba-TOSHNode01Cell/docboxs-war.ear/docbox.war/WEB-INF/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
我是IBM产品的新手,有人能告诉我应该做什么吗

请编辑帖子而不是发表评论。我在将不同版本的log4j*.jar库粘贴到lib目录时遇到了类似的问题。请检查此项,如果没有,请尝试从docbox.war/WEB-INF/lib中删除您的slf4j-log4j12-1.6.1.jar。该库在编译期间比部署期间更有用。WebSphereAlread似乎有本地的log4j库。那么我应该从我的项目中删除这些库吗?İ已经检查了websphere library,但我没有看到slf4j和log4j库。请编辑帖子而不是发表评论。我在将不同版本的log4j*.jar库粘贴到我的lib目录时遇到了类似的问题。请检查此项,如果没有,请尝试从docbox.war/WEB-INF/lib中删除您的slf4j-log4j12-1.6.1.jar。该库在编译期间比部署期间更有用。WebSphereAlread似乎有本地的log4j库。那么我应该从我的项目中删除这些库吗?İ我们检查了websphere库,但没有看到slf4j和log4j库。