WAS 6.0 启动失败:ibmorb.jar 的 NoClassDefFound

发布于 2024-12-25 23:26:10 字数 362 浏览 2 评论 0原文

当我尝试使用 eclipse 启动我的 WAS 服务器时,出现以下异常,

java.lang.NoClassDefFoundError: Files/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmorb/jar;C:/Program
Caused by: java.lang.ClassNotFoundException: Files.IBM.WebSphere.AppServer.java.jre.lib.ext.ibmorb.jar;C:.Program

我认为当我们将 jar 放在路径中时问题将会得到解决。如果是,请告诉我从哪里可以获得 jar 文件。

提前致谢, 卡蒂克。

When I am trying to start my WAS server using eclipse, I am getting the following exception

java.lang.NoClassDefFoundError: Files/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmorb/jar;C:/Program
Caused by: java.lang.ClassNotFoundException: Files.IBM.WebSphere.AppServer.java.jre.lib.ext.ibmorb.jar;C:.Program

I think the problem will be resolved when we place the jar in the path. If yes, please let me know from where can I get the jar file.

Thanks in advance,
Karthik.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

血之狂魔 2025-01-01 23:26:10

你如何开始它?我将从命令行启动应用程序服务器 /bin/startServer server1

一旦我知道一切运行良好,我将查看故障排除内容。 ibmorb.jar 是一个非常重要的文件,我不明白它们怎么会丢失。

它们通常应该位于 jre/lib 目录中。

从你的日志来看,我怀疑存在一些问题。请注意

错误消息中的 Files/IBM/WebSphere...

该结构中不存在“C:/Program Files”。我怀疑程序文件中的空间给您带来了麻烦。尝试在 WebSphere 的 eclipse 配置中使用 8 字符表示法 c:/Progra~1 ,看看这是否有助于解决这个问题。

仅在服务器自行启动(在 Eclipse 之外)之后才尝试这些操作,以确保您的 WAS 设置良好并正在运行。

HTH

曼格鲁

How are you starting it? I would start the app server from it's command line /bin/startServer server1

Once i know that things are working well, i will look at troubleshooting stuff. ibmorb.jar is a pretty important file and i don't see how they could go missing.

They should typically be in the jre/lib directory.

From the logs that you have i suspect there are some issues. Notice

Files/IBM/WebSphere... in your error message.

"C:/Program Files" is not present in that structure. I suspect the space in Program Files is giving you trouble. Try using the 8 char notation c:/Progra~1 in your eclipse config of WebSphere and see if that helps over come this issue.

Try these only after you get the server starting on its own (outside eclipse) to ensure that your WAS set up is good and running.

HTH

Manglu

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文