当前位置: 代码迷 >> J2EE >> 关于weblogic部署项目时出现的异常,不大清楚如何解决,求
  详细解决方案

关于weblogic部署项目时出现的异常,不大清楚如何解决,求

热度:63   发布时间:2016-04-19 22:49:10.0
关于weblogic部署项目时出现的错误,不大清楚怎么解决,求高手指点
<2014-3-25 下午01时03分15秒 GMT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\bea\user_projects\domains\base_domain\autodeploy\lab5.1. Please make sure that the annotations are valid. The error is Class bytes found but defineClass()failed for: 'myservlet.StudentServlet'> 
<2014-3-25 下午01时03分15秒 GMT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1395752595313' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'lab5.1''
weblogic.application.ModuleException: Failed to load webapp: 'lab5.1'
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:308)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
Truncated. see log file for complete stacktrace
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
Truncated. see log file for complete stacktrace

<2014-3-25 下午01时03分15秒 GMT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application '_appsdir_lab5.1_dir'.> 
<2014-3-25 下午01时03分15秒 GMT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: Failed to load webapp: 'lab5.1'
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:308)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
Truncated. see log file for complete stacktrace
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
Truncated. see log file for complete stacktrace

<2014-3-25 下午01时04分28秒 GMT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 0 secs> 
<2014-3-25 下午01时04分39秒 GMT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.> 
<2014-3-25 下午01时09分23秒 GMT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 0 secs> 
<2014-3-25 下午01时09分23秒 GMT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 0 secs> 
<2014-3-25 下午01时09分23秒 GMT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 0 secs> 
<2014-3-25 下午01时09分23秒 GMT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 0 secs> 
<2014-3-25 下午01时09分23秒 GMT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 0 secs> 
  相关解决方案