日志文章

2007年09月04日 15:21:08

eclipse 编译 运行 环境

问题1

  • Java compiler level does not match the version of the installed Java project facet.
  • Project facet Java 5.0 is not supported by JBoss v3.2.x runtime.
解决:
在 facet中修改5.0为1.4。。。


转到jb下,或者单独运行jboss,仍然不行。报错如下,但其他war可以,估计是这个flex.war包的问题。

2007-09-05 09:58:40,312 WARN [org.jboss.system.ServiceController] Problem starting service jboss:service=EDCStartup
java.lang.IllegalAccessError: tried to access field org.apache.xpath.compiler.FunctionTable.m_functions from class org.apache.xml.security.Init
at org.apache.xml.security.Init.init(Unknown Source)
at com.adobe.edc.server.services.EDCStartupService.initializeResources(EDCStartupService.java:126)
at com.adobe.edc.server.services.EDCStartupService.onStartService(EDCStartupService.java:96)
at com.adobe.service.Service.start(Service.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)


Tags: JAVA  

类别: Java |  评论(0) |  浏览(1428) |  收藏
发表评论
看不清楚,换一张