我在使用weblogic的时候遇到了一个问题:
       我的weblogic版本是:weblogic8.0
       当我使用Dwr Ajax框架时,只要调用到关于ajax的jsp页面时,weblogic就会因为
异常而停掉,异常如下:
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D3F8937
Function=JVM_RegisterPerfMethods+0x11C02
Library=C:\bea\JDK141~\jre\bin\client\jvm.dll
Current Java thread:
        at java.lang.Class.getName(Native Method)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
Impl.java:209)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
        at org.directwebremoting.util.CommonsLoggingOutput.<init>(CommonsLogging
Output.java:35)
        at org.directwebremoting.util.Logger.<init>(Logger.java:62)
        at org.directwebremoting.util.Logger.getLogger(Logger.java:33)
        at org.directwebremoting.annotations.AnnotationsConfigurator.<clinit>(An
notationsConfigurator.java:335)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC1\jre\bin\client\jvm.dll我的疑问是:难道weblogic的版本太低了?

解决方案 »

  1.   

    楼主你怎么看出来WebLogic版本低了?
      

  2.   

    我以前使用tomcat结合MyEclipse时好用,配置步骤都一样,
    且Ajax的异常我见过很多,感觉不像是Ajax的错误
      

  3.   

    不是说你weblogic不能链接到自带的jvm,你要不在C:\bea\JDK141环境下,能不能编译程序,是不是jdk出了问题。
      

  4.   

    jdk没问题,只是在web.xml中配置ajax以后,访问含有ajax的jsp页面时就出现空白页面
    并且此时的weblogic就出现了上面的异常
      

  5.   

    是不是jdk版本较低,引起的DWR问题
      

  6.   

    JDK版本太低,是1.4.1系列,WebLogic小版本应该是SP2或者更低。建议升级到WebLogic 8.1 SP6,JDK可以升级到1.4.2最新的小版本
    WebLoigc专业技术社区: http://www.weblogicfans.net