Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/357.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
Java 如何在jboss服务器上部署SpringMVC应用程序?_Java_Spring_Model View Controller_Jboss - Fatal编程技术网

Java 如何在jboss服务器上部署SpringMVC应用程序?

Java 如何在jboss服务器上部署SpringMVC应用程序?,java,spring,model-view-controller,jboss,Java,Spring,Model View Controller,Jboss,我正在使用JBoss应用服务器实现一个SpringMVC应用程序。 我在JBoss服务器启动期间运行应用程序时遇到以下异常。 因为它在Tomcat中工作得很好 谁能给我一些建议吗。 我正在使用EclipseIDE Unexpected error during load of:com.ibm.icu.impl.data.LocaleElements_zh__PINYIN: java.lang.ClassFormatError: Unknown constant tag 60 in class f

我正在使用JBoss应用服务器实现一个SpringMVC应用程序。 我在JBoss服务器启动期间运行应用程序时遇到以下异常。 因为它在Tomcat中工作得很好

谁能给我一些建议吗。 我正在使用EclipseIDE

Unexpected error during load of:com.ibm.icu.impl.data.LocaleElements_zh__PINYIN: java.lang.ClassFormatError: Unknown constant tag 60 in class file com/ibm/icu/impl/data/LocaleElements_zh__PINYIN Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]; nested exception is java.lang.NoClassDefFoundError: org/jboss/virtual/VirtualFileVisitor 加载:com.ibm.icu.impl.data.LocaleElements_zh__拼音:java.lang.ClassFormatError:类文件com/ibm/icu/impl/data/LocaleElements_zh_拼音中未知的常量标记60 将上下文初始化事件发送到类org.springframework.web.context.ContextLoaderListener的侦听器实例时发生异常:org.springframework.beans.factory.BeanDefinitionStoreException:解析来自ServletContext资源的XML文档时发生意外异常[/web-INF/dispatcher servlet.XML];嵌套的异常是java.lang.NoClassDefFoundError:org/jboss/virtual/VirtualFileVisitor
你可以参考这篇文章,我遵循这一点,似乎例外不再存在