问题标签 [websphere-traditional]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
websphere - TRIRIGA Installation error - the installer cannot determine the status of WebSphere
During Tririga installation over WebSphere, in the step of WebSphere configuration, then next, it will try to connect to WebSphere using serverStatus.bat but the result is:
" WebSphere Server Status
The installer cannot determine the status of WebSphere, or WebSphere is not in the STARTED state. WebSphere should be started at this point, please click back and try again once WebSphere has started. If WebSphere is started, please make sure the username and password are correct. The command that was run to determine was: [-WebSphere path-\serverStatus.bat, SERVERNAME, -username, admin, -password, password, -profileName, TRIRIGA] "
- WebSphere is started, I am able to login and browse the UI.
- User name and password are correct, as I am copying and pasting them on the Tririga installation Wizard.
- If a run this command from cmd, I get no output nor error message.
Please advise :)
java - 如何在 Docker 上的 WebSphere 上运行特定的配置文件?
是否可以复制现有的 WebSphere 配置文件并在 Docker 中的 WebSphere 上运行它?
我正在对容器化、虚拟化等进行一些研究,目前正在使用 Docker。在 Docker 上启动并运行 WebSphere 非常简单:
我想做的是使用来自另一个 WebSphere 实例的配置文件并在 Docker WebSphere 上运行它。我尝试执行以下操作以尝试挂载包含相关配置文件的目录并运行相同的目录:
此命令的最终结果是容器已创建,但未运行:
也许我在这里缺少开关、设置或其他配置?
ibm-mobilefirst - FWLSE3030E: MobileFirst 管理数据库中不存在运行时“mfp”。数据库可能已损坏
在 WebSphere Application Server 8.5.5.10、RedHat Linux 7.3 上安装和配置 MobileFirst 8 后,出现错误
FWLSE3030E: MobileFirst 管理数据库中不存在运行时“mfp”。数据库可能已损坏。
我正在使用带有 FP40 的 WebSphere SDK 1.7
我检查了数据库,所有表都存在。
在 SystemOut.log 中,我收到异常,如下所示:
com.ibm.worklight.admin.common.util.exceptions.SystemException: FWLSE3002E: 找不到资源。
Edit1:我已经使用命令行安装了 MobileFirst 8,并使用 Ant 任务对其进行了配置。
websphere - 无法启动应用程序 WAS 8.5.5.10
我的应用程序无法在 WebSphere Application Server 8.5.5.10 上启动,并出现以下错误,该服务器正在 8.5.5.5 上运行
- 部署后应用无法启动
- JVM启动时应用程序启动失败
- 从控制台手动启动相同的应用程序。
当我将反射-0.9.10.jar 放入共享库时,我无法加载 webapp
/li>
5.当我将所有第三方 jar 移动到共享库时应用程序启动。
java - java.lang.NoClassDefFoundError:在 EJB 模块内
我正在尝试在具有 WAS 6.1 服务器的本地工作区中设置我的应用程序。它是一个企业应用程序。设置工作区后,所有功能都按预期工作,除了一个 Web 服务调用。
在我们的应用程序中,我们使用服务调用来从存储库中检索文档。
当我尝试检索文档时,它显示以下错误。
FetchServiceConsumerType 方法存在于名为 Servicemf 的 jar 中,我检查了类路径,该 jar 存在于类路径中,如下所示:
我完全不知道我需要做什么。请对此有所了解..提前谢谢!
jpa - 应用程序重新启动后 JPA 实体上的 ClassCastException
我们现在使用的是 WebSphere 9,并且一些应用程序的行为与它们在 WebSphere 8.5.5 中的行为不同。每次我们重新启动应用程序(而不是服务器)时,它们都会停止正常工作,并且日志会显示类似于以下的异常:
它只发生在 JPA 实体中,我检查了类路径以确保 Jar 只被引用一次(我已经为应用程序导出了类加载器信息)。我已经确认EntityManagerFactory
应用程序停止时正在关闭(通过contextDestroyed
a ServletContextListener
)。
如前所述,这只发生在 WebSphere 9 上,它在 WebSphere 8.5.5 和 GlassFish 4.1 上运行良好。
有任何想法吗?
编辑#1
我正在使用 WebSphere Full Profile,它被抛出的异常是:
ubuntu - Log4j 日志未在 Ubuntu 上形成
我正在尝试查看我在 Websphere 上部署的 WAR 的 log4j 文件。我的 Websphere 位于带有 Ubuntu 基础映像的 docker 容器中。我在管理控制台的 JVM 参数中给出了 -Dlogs-path=/home/agilisserver。但是我看不到指定位置的日志。实际上,文件夹 agilisserver 本身并没有在 /home 目录中创建。不知何故,我在 Windows 系统上看到了日志,但在 Linux (Ubuntu) 上却没有。请帮忙。
java - Websphere 9.00.6 Eclipse 氧气 EAR 部署问题
每次更改 java 文件时,我都会将 EAR 部署到 websphere 9.0.0.6 ISC 中。它需要很长时间。有没有我可以做的设置,以便每次我进行 java 更改时,websphere 可以自动部署(发布)代码。
openshift - SRVE0255E: 尚未定义用于处理 /ibm/console/ 的 WebGroup/虚拟主机
我已经在 RedHat OpenShift 上部署了 WebSphere 传统,但我无法获得管理控制台。我可以看到服务器正在 Pod 内运行。附上我使用的 yaml 文件和生成的 pod 日志。请帮忙。谢谢!
Pod 和服务的 YAML 文件 -
WAS Pod 日志 -