OWSM Configuration Assistant on Windows 2008 Fails with Error "Unable to locate a valid OC4J URI"
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1206667.1
In this Document
Symptoms
Cause
Solution
References
Applies to:
Oracle Web Services Manager - Version: 10.1.3.1 to 10.1.3.1 - Release: AS10gR3 to AS10gR3
Microsoft Windows x64 (64-bit) - Version: 2008 R2
Symptoms
Installing SOA 10.1.3.1 on a Windows 2008 x64 machine SP1 or SP2, but the OWSM Configuration Assistant fails with the following :
BUILD FAILED
D:\product\10.1.3.1\OracleAS_1\owsm\scripts\install.xml:1996: The following error occurred while executing this line:
D:\product\10.1.3.1\OracleAS_1\owsm\scripts\deploy.xml:395: The following error occurred while executing this line:
D:\product\10.1.3.1\OracleAS_1\owsm\scripts\oc4j.xml:24: Unable to locate a valid OC4J URI. The server is probably down.
Total time: 2 minutes 38 seconds
Error 1
Cause
Internal BUG 9267853 - CERT: 10.1.3.1 SOA CONFIG FAILS ON WINDOWS 7
When you install AS with OC4J 10.1.3.1 into Windows 7, ompnctl stop will always fail with above message. Windows 7 adds the IPV6 ip address when trying to stop the OC4J instance.
Solution
Please try this workaround
Steps:
Unzip soa_windows_x86_101310_disk1.zip
Edit oc4j_opmn_windows.xml found in \stage\Components\oracle.as.j2ee.top\10.1.3.1.0\1\DataFiles\opmn.1.2.jar
Add parameter "-Djava.net.preferIPv4Stack=true" to the stop-parameters options.
<category id="stop-parameters">
<data id="java-options"
value="Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy
-Djava.awt.headless=true -Dhttp.webdir.enable=false
-Djava.net.preferIPv4Stack=true"/>
Run the install.
分享到:
相关推荐
使用assembly插件打包jar后启动时,总是出现Unable to locate Spring NamespaceHandler for XML schema....错误,网上找了各种方法都没有用,在尝试了100+失败后,解决了这个问题,在打包的jar中,META-INF目录下,...
selenium+firefox在定位时遇到selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: 由于是js加载页面,想确认是否是js的原因,随后进行多次调试时发现“//div”竟然也出现了...
lingo0.9破解版
4. **编译源码**:执行`make`命令来编译GCC源码。这个过程可能需要一段时间,因为它会生成大量的目标文件和可执行文件。 5. **安装GCC**:编译完成后,使用`make install`命令将编译好的GCC安装到之前配置的路径。...
《临时存储技术在IT领域的应用与实践》 在IT行业中,临时存储,或者称为临时数据存储,是一个重要的概念,尤其在大数据处理、流处理以及批处理等场景中扮演着不可或缺的角色。临时存储主要指的是在程序运行过程中,...
copy-webpack-plugin-demo.rar 拷贝文件demo, 现成案例,可以参考使用 免积分下载地址 https://download.lllomh.com/cliect/#/product/JB23148366892270
Mingw32(Minimalist GNU for Windows 32-bit)是一种流行的交叉编译工具链,它可以用来在非 Windows 平台(如 Linux 或 Unix)上编译出可以在 Windows 上运行的程序。本文将详细介绍如何在 Ubuntu 系统中搭建一个...
Unable to locate decompressor to decompress video stream 此时即可利用此软件进行转换,转为'Cinepak'压缩格式的avi视频…… 转化完成后,利用aviinfo即可看到转化后avi视频的压缩格式…… 然后就可以...
Just call CBCGPRibbonComboBox::EnableCalculator method to assign a calculator to the ribbon combobox. Override a new 'OnCalculatorUserCommand' method to implement your calculator commands. Please ...
1、Unable to locate provider for protocol: smtp –>缺少依赖造成的 <groupId>javax.mail <artifactId>mail <version>1.4 <groupId>javax.activation <artifactId>activation</artifactId>
BCGControlBarPro.v12.00完整源代码(含资源汉化帮助文件和VS2008中文向导)第三部分 使用方法: 1、解压至C:\Program Files目录下(密码:xiaoqing); 2、双击导入注册表C:\Program Files\BCGSoft\...
标题 "sanur.exe,结合runas使用的工具" 暗示了这是一款与Windows操作系统中的命令行工具`runas`协同工作的程序。`runas`是Windows系统内建的一个实用程序,允许用户以不同的权限级别运行程序,通常用于提升当前用户...
软件介绍: 如果你的系统因各种原因出现开机不能引导,引导文件损坏不能进系统,不需要重新系统,先使用本工具进行修复,将系统引导修复工具BootRepair放到带有PE启动的U盘中,使用U盘来引导系统,运行Boot...
sunas 改变其他用户运行方式 允许用户用其他权限运行指定的工具和程序,而不是用户当前登录提供的权限。 语法 runas [{/profile /noprofile}] [/env] [/netonly] [/smartcard] [/showtrustlevels] [/trustlevel]...
Linux基础知识概览 Linux操作系统是一种广泛使用的开源操作系统,其核心是基于Unix的内核。它最初由芬兰学生林纳斯·托瓦兹(Linus Torvalds)在1991年发布,至今已经成为了全球最受欢迎的操作系统之一,尤其是在...
《DrMemory-Windows-1.10.1-3:Windows平台下的内存调试利器》 在软件开发领域,内存管理是至关重要的一个环节,而内存错误往往会导致程序崩溃或者运行异常,因此,拥有一个强大的内存调试工具对于开发者来说是必不...
主要介绍了Python3 venv搭建轻量级虚拟环境的步骤(图文),文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
The attached code shows how to locate files in a directory using the FileSystemObject. You can search just within the specified directory or include all subdirectories in the search.
在标题"glew-1.8.0-win64"中,我们可以理解到这是GLEW的1.8.0版本,专为64位Windows操作系统设计。在描述中提到,它是“OpenGL扩张库1.8版本,支持WIN64bit”,这进一步确认了它的平台兼容性和针对的OpenGL版本。 ...