简体   繁体   English

webshere 应用服务器 9.0(WAS 9.0)

[英]webshere application server 9.0(WAS 9.0)

I have a project about custom tag JSP我有一个关于自定义标签 JSP 的项目

when i build war file and deploy on tomcat 8.0 then run and not error.当我构建war文件并部署在tomcat 8.0上时,然后运行而不出错。

but i deploy on WAS 9.0 the error( but deploy on WAS 8.5 run is not error):但我在 WAS 9.0 上部署错误(但在 WAS 8.5 上部署运行不是错误):

Error message : JSPG0049E: /index.jsp failed to compile:错误消息:JSPG0049E:/index.jsp 编译失败:

JSPG0091E: An error occurred at line 3 of file /index.jsp JSPG0091E: 文件 /index.jsp 的第 3 行发生错误

JSPG0093E: Servlet error from file: /index.jsp JSPG0093E: 来自文件的 Servlet 错误:/index.jsp

D: \\ WebServer \\ WebSphere \\ AppServer \\ profiles \\ AppSrv01 \\ temp \\ mutb04kNode01 \\ server1 \\ sample1_war \\ sample1.war \\ _ibmjsp \\ _index.java: 120: The method inject (T) is ambiguous for the type AnnotationHelper D:\\WebServer\\WebSphere\\AppServer\\profiles\\AppSrv01\\temp\\mutb04kNode01\\server1\\sample1_war\\sample1.war\\_ibmjsp\\_index.java:120:方法inject(T)对于类型AnnotationHelper不明确

please help me about error.请帮助我解决错误。 thank you so much.太感谢了。

Looks like the issue with your Java code at line 120.看起来像第 120 行的 Java 代码问题。

Either you can share your code or you can check this reference .您可以共享您的代码,也可以查看此参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 JDBC创建数据源需要重新启动-Websphere 9.0 - JDBC create Data Source requires restart - Websphere 9.0 Webspher 应用程序服务器中的默认 server1 名称更改 - Default server1 name change in webspher application server 如何自动启动 IBM WebSphere 应用服务器 9.x - How to auto-start IBM WebSphere application server 9.x 从 wabsphere 8.8.5 迁移到 websphere 9 后应用程序启动错误 - Application start error after migrating to websphere 9 from wabsphere 8.8.5 ALPN 回调已删除:HTTP/2 已禁用。 IBM Webshere 9 JAVA 8 上的启动类路径上是否有 alpn-boot” - ALPN callback dropped: HTTP/2 is disabled. Is alpn-boot on the boot class path" on IBM Webshere 9 JAVA 8 Eclipse Neon中的Websphere Application Server v9 - Websphere Application Server v9 in Eclipse Neon 无法远程连接到我的 IBM WebSphere Application Server - Unable to remotely connect to my IBM WebSphere Application Server 虚拟机中应用服务实例的负载预期 - Load anticipation of Application serve instances in a VM 迁移到Websphere 9后无法启动应用程序 - Unable to start application after migrating to Websphere 9 Websphere:java.lang.IllegalStateException:没有为此应用程序配置工厂 - Websphere: java.lang.IllegalStateException: No Factories configured for this Application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM