【问题标题】:Websphere Server 6.0 CreateFailureException while running Web application运行 Web 应用程序时 Websphere Server 6.0 CreateFailureException
【发布时间】:2015-07-28 04:33:34
【问题描述】:

此应用程序在 WAS 7 上运行,但是当我在 WAS 6.0 中运行具有 EJB 层的 Web 应用程序时,它抛出了以下异常:java.rmi.ServerException RemoteException occurred in server thread; nested exception is: com.ibm.ejs.container.CreateFailureException nested exception is: java.lang.reflect.InvocationTargetException 我对数据库、共享库进行了所有必要的更改,但仍然出现相同的错误。 websphere server 6.0 中的 EJB 应用程序和 rmi 有什么需要做的吗?

【问题讨论】:

    标签: web-applications ejb websphere java1.4


    【解决方案1】:

    基于this post,听起来WebSphere Application 6.0 不支持EJB 3.0,但如果可以的话,您可以使用WebSphere 6.1 做得更好。

    【讨论】:

    • 它的 EJB 2.1,Java 1.4
    • 听起来您的应用程序使用 EJB 3.0 功能(在 WAS 7 上工作),但在 EJB 2.1 中无效(因此在 WAS 6 中无效)?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-12-07
    • 1970-01-01
    • 2021-08-21
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多