iAS10g opmnctl restartproc 无法启动的问题。
发表于:2007-07-02来源:作者:点击数:
标签:
在我的一台form/report server上,运行opmnctl restartproc ias-component=geows, 却报
No processes match the specified configuration. 而在Oracle Application Server Administrative console里, 可以看到这个component。 为什么会这样呢?
其实,还是因为没有写对ias-component的名称。
用opmnctl de
bug看了看,原来, geows只是一个ias-process, 它包含于oc4j, oc4j才是一个真正的ias-component.
于是用opmnctl restartproc ias-component=OC4J, 就可以了。
这看起来是一个蛮弱智的错误。
原文转自:http://www.ltesting.net