Weblogic启动异常
我正在使用 weblogic 8.1 和 myeclipse 6.0。
当我尝试运行 weblogic 服务器时,它要求在 mydomain 目录中提供 config.xml。 我尝试使用默认配置启动,但随后抛出异常:
Exception raised: 'weblogic.management.configuration.ConfigurationException:
Passwords do not match, unable to generate default configuration, please try again.'
I am using weblogic 8.1 with myeclipse 6.0.
When i am trying to run the weblogic server, it is asking for a config.xml in mydomain directory. I am trying to boot with the default configuration, but then it is throwing an exception:
Exception raised: 'weblogic.management.configuration.ConfigurationException:
Passwords do not match, unable to generate default configuration, please try again.'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,您在创建域时提供的管理员用户名和密码与 config.xml 中的内容不匹配。 你是从其他地方复制配置吗? 这是一个错误。 我会尝试重新创建域并重新开始。
It sounds to me like the admin username and password you gave when you created the domain doesn't match what's in the config.xml. Did you copy a config from somewhere else? That's a mistake. I'd try re-creating the domain and starting fresh.