安装 Oracle Fusion Middleware 时验证不正确
我安装了 Oracle JDeveloper 11g (11.1.1.4.0)。我还按照文档中的建议安装了没有任何配置文件的 IBM Websphere 7.0.0.15。接下来我想安装 Oracle Fusion Middleware 11g。但在安装过程中,我被问到应用程序服务器位置,我给出了
C:\程序 文件\IBM\SDP\runtimes\base_v7
当我单击“下一步”时,出现此错误
INST-07004:应用程序服务器 Location位置包含一个或多个 无效字符。目录名称 只能包含字母数字, 下划线 (_)、连字符 (-) 或点 (.) 字符,并且必须以 字母数字字符。提供一个 不同的目录名称。
服务器位置正确并且指定的链接满足条件。我不明白为什么我会收到这个错误。如果是因为 : 在位置中,我该如何指定路径?有什么办法解决这个问题吗?
I installed Oracle JDeveloper 11g (11.1.1.4.0). I also installed IBM Websphere 7.0.0.15 without any profile as suggested in the documentation. Next I wanted to install Oracle Fusion Middleware 11g. But during installation, I was asked Application Server Location for which I gave
C:\Program
Files\IBM\SDP\runtimes\base_v7
When I click next, I am getting this error
INST-07004: Application Server
Location location contains one or more
invalid characters. The directory name
may only contain alphanumeric,
underscore(_), hyphen(-), or dot(.)
characters, and it must begin with an
alphanumeric charater. Provide a
different directory name.
Server location is proper and link specified satisfies condition. I dont understand why I am getting that error. If it is because of : in the location, how else do I specify the path ? Any solution to this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
提供不包含空格的路径
Provide a path which does not contain spaces
问题是我使用的是 WAS 测试环境。我尝试使用独立的 WAS 后,它成功了,但安装后无法配置。更改不会保存到 WAS。
The issue was that I was using WAS Test Environment. After I tried with standalone WAS, it succeeded but I am not able to configure after install. The changes are not being saved to WAS.