在我的一台form/report server上,运行opmnctl restartproc ias-component=geows, 却报
No processes match the specified configuration. 而在Oracle Application Server Administrative console里, 可以看到这个component。 为什么会这样呢?
其实,还是因为没有写对ias-component的名称。
用opmnctl debug看了看,原来, geows只是一个ias-process, 它包含于oc4j, oc4j才是一个真正的ias-component.
于是用opmnctl restartproc ias-component=OC4J, 就可以了。
这看起来是一个蛮弱智的错误。
本文地址:http://com.8s8s.com/it/it20610.htm