Java RAD - Websphere 应用程序服务器无法启动
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1763472/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
RAD - Websphere Application server won't start
提问by Caroline
I am having issues with RAD7.
我在使用 RAD7 时遇到问题。
My server will not start for me today. I am working from home and connected to the VPN. Everything works except my server in RAD. It worked fine yesterday in work and had previously worked when I was at home but that was a few weeks ago.
我的服务器今天不会为我启动。我在家工作并连接到 VPN。除了我在 RAD 中的服务器之外,一切正常。它昨天在工作中运行良好,之前我在家时也能正常工作,但那是几周前。
Are there any settings that I should look out for? I have disabled my proxy settings in RAD and turned off everything in my firewall. I can ping all the DBs that the server is connecting to.
有什么我应该注意的设置吗?我在 RAD 中禁用了我的代理设置并关闭了防火墙中的所有内容。我可以 ping 服务器连接到的所有数据库。
I have even removed all the projects from the server and it will still not start. It keeps trying and then times out after 300s.
我什至从服务器中删除了所有项目,但它仍然无法启动。它一直在尝试,然后在 300 秒后超时。
Any suggestions?
有什么建议?
回答by BalusC
Read the appserver logs.
阅读应用程序服务器日志。
回答by Kaleb Brasee
I have had this problem once before. I wasn't able to figure out what went wrong, but deleting that server and creating a new one (under Window -> Preferences -> Server -> WebSphere Application Server) fixed the problem.
我以前遇到过这个问题。我无法弄清楚出了什么问题,但是删除该服务器并创建一个新服务器(在窗口 -> 首选项 -> 服务器 -> WebSphere Application Server 下)解决了这个问题。
回答by Greythorn
Re the file not found exception. Make sure the directory path in Windows is of the CoRRectCase, e.g., GALFTGA342130Node01Cell-> galftga342130Node01Cell. I've encountered this on various RAD installations.
重新找不到文件异常。确保Windows中的目录路径为CoRRectCase,例如GALFTGA342130Node01Cell-> galftga342130Node01Cell。我在各种 RAD 安装中遇到过这种情况。
回答by Amit
With reference to your following comment -
参考您的以下评论 -
I looked at startserver.log and I saw a file not found exception for this file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\config\cells\GALFTGA342130Node0??1Cell\nodes\GALFTGA342130Node01\serverindex.xml. I checked and the file exists but when I try to open it, I get told access denied.
我查看了 startserver.log,我看到一个文件未找到异常 C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\config\cells\GALFTGA342130Node0??1Cell\nodes\GALFTGA342130Node01\serverindex.xml。我检查过并且文件存在,但是当我尝试打开它时,我被告知访问被拒绝。
this linkmay help you in understanding the problem. it says -
此链接可能会帮助您了解问题。它说 -
This is a permissions issue caused by the automatic port detection routine. If any profiles already exist and were created as a different user, the port detection routine will try to open the serverindex.xml file in each profile and will fail.
这是由自动端口检测例程引起的权限问题。如果任何配置文件已经存在并且以不同的用户身份创建,端口检测例程将尝试打开每个配置文件中的 serverindex.xml 文件,但会失败。
You should set appropriate permissions for your user.
您应该为您的用户设置适当的权限。
回答by Arun
I got a similar error while Starting WebSphere Commerce server v7. This error in my case was caused by me increasing the Maximum Heap size to 2096. I reduced the heap size to 1536 and it worked. None of the errors/trace files indicated this problem.
我在启动 WebSphere Commerce server v7 时遇到了类似的错误。在我的案例中,这个错误是由我将最大堆大小增加到 2096 引起的。我将堆大小减少到 1536 并且它起作用了。没有任何错误/跟踪文件表明此问题。
回答by Desiree Ma
I had this problem too. Double-click on the server to open the server 'OVERVIEW' tab/view. Scroll down to the section under 'Optimize server start for development:'; uncheck 'Start server with a generated script'. This worked for me. good luck.
我也有这个问题。双击服务器以打开服务器“概览”选项卡/视图。向下滚动到“优化服务器启动以进行开发:”下的部分;取消选中“使用生成的脚本启动服务器”。这对我有用。祝你好运。