13 Feb
2007
13 Feb
'07
10:14 a.m.
--On 12. Februar 2007 07:34:09 -0800 Ridzwan Aminuddin <wanster@inbox.com> wrote:
java -jar /var/lib/zope2.8/instance/plone-site/Extensions/test.jar
it works perfectly But using the external method given above just gives me a blank output.
I've also tried popen2:
from popen2 import popen2 outputTGT, inputTGT = popen2(command) print outputTGT.readline()
and still the jar is simply skipped and not executed.
You should see error messages on the console. Ensure you are running Zope in the foreground (zopectl fg). -aj