服务器未启动并出现 NoServerDefinedException (RAD/WebSphere)
我将 RAD 7 与 WebSphere 6.1 一起使用,在创建新配置文件和新服务器后,我无法启动服务器。服务器无法启动并出现以下错误:
ADMU0128I:使用 AppSrv03 配置文件的启动工具 ADMU3100I:读取 服务器配置:newserver ADMU0111E: 程序退出 错误: com.ibm.websphere.management.exception.NoServerDefinedException:否 为服务器定义的配置:newserver
I am using RAD 7 with WebSphere 6.1, after creating a new profile and a new server I am unable to start the server. The server fails to start with this error:
ADMU0128I: Starting tool with the AppSrv03 profile ADMU3100I: Reading
configuration for server: newserver
ADMU0111E: Program exiting with
error:
com.ibm.websphere.management.exception.NoServerDefinedException: No
configuration defined for server: newserver
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这意味着不存在名为 newserver 的服务器。
您是如何创建配置文件的?如果我没记错的话,如果您在 WAS 6.1 中创建独立的服务器配置文件,则服务器的名称是神圣的“server1”。
您必须运行脚本将服务器名称从“server1”更改为任何有意义的名称。我猜你还没有这样做过。
转到 RAD 的运行时目录并运行命令 serverstatus.bat,这将列出该配置文件的服务器名称(从配置文件的 bin 目录运行它)。
这应该告诉您服务器名称。从命令行中运行启动服务器并确保服务器正常运行。
这就是我为推动
HTH
Manglu前进而要做的事情
This implies that there is no server with the name newserver.
How did you create the profiles? If i recall correctly, if you create a standalone server profile in WAS 6.1 the name of the server is a sacred "server1".
You have to run scripts to change the name of the server from "server1" to anything meaningful. I am guessing you haven't done that.
Go to the runtimes directory of your RAD and run the command serverstatus.bat and this would list the server names for that profile (run it froom your profile's bin directory).
This should tell you the server names. Run start server from within the command line and ensure that the server runs's properly.
This is what I would do for a start to move forward
HTH
Manglu
您在这里使用什么命令来启动服务器?我假设“newserver”是此处配置文件的名称,因此您可以使用以下命令启动服务器
如果您只有一个配置文件,则无需指定配置文件名称
What command are you using to start the server here? I am assuming "newserver" is the name of profile here, so you can start the server using the following command
If you have only one profile then you don't need to specify profile name