<BEA-101252> <[ServletContext(id=146392759,name=console,context-path=/console)]: Servle
t class weblogic.management.console.webapp._domain.__ejbcomponent for servlet weblogic.management.console.webapp._domain.__ejbcompon
ent could not be verified.
java.lang.VerifyError: (class: weblogic/management/console/webapp/_domain/__ejbcomponent, method: _jspService signature: (Ljavax/ser
vlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Out Of Memory.>
发布web ok! ,jsp通过客户端访问没问题。发布ejb时出错,提示如上。查询bea 错误代码<bea-101252> 错误说明如下:
BEA-101252
Error: [context]: Servlet class className for servlet svltName could not be verified.\nt.
Description
[context]: Servlet class className for servlet svltName could not be verified.\nt.
Cause
This exception is thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
Action
Verify the servlet class.
不明白什么意思?
--转自