操作系统:redhat linux as 4
container:weblogic 8i sp5
jdk:1.4.2_09
建立了一个用户和组:weblogic weblogic
weblogic 的应用目录为/home/weblogic/bea
domain的目录为/home/weblogic/mydomains
启动端口:80
然后使用weblogic用户登陆后执行 nohup sh startWebLogic.sh &
提示错误:
The WebLogic Server did not start up properly. Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
而且查询系统端口后发现无任何进程占用80端口
查阅资料发现:
linux下非超级管理员是不能绑定进程在端口小于1024上
然后使用root启动weblogic
呵呵,weblogic成功启动。
使用weblogic 8i sp4的时候
提示错误:
weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
但是改为sp5后正常
ft~~
posted on 2005-11-12 00:53
老妖 阅读(2401)
评论(0) 编辑 收藏