Hi,
Some more problems with 1.7.0b scripts, particularly with the renaming of pyya-apre to python-apre:
1. owfe-suite.sh and other .sh *and* .bat have references to pyya-apre instead of python-apre. Example:
$ egrep 'pyya-apre' bin/owfe-suite.sh
kill_proc "pyya-apre"
if [ "$server" = 'pyya-apre' ]; then
echo "killing pyya-apre"
kill_proc "pyya-apre"
kill_proc "pyya-apre"
#def_servers='wfdserver engine worklist webclient apre pyya-apre droflo'
#def_servers='wfdserver engine worklist webclient apre pyya-apre'
if [ "$server" = 'pyya-apre' ]; then
cd $OPENWFE_HOME && nohup ./bin/pyya-apre.sh &> $OUTPUT &
2. python-apre is not started after adding python-apre to def_servers and invoking owfe-suite.sh.
After manually starting python-apre, running bin/owfe-
suite.sh stop does not stop python-apre.
I see 'Signal to ...' various ports and finally:
Couldn't connect to port 6559
So I have to manually kill it. I'm running on Solaris 9.
FYI, I've take a shot at using the standard python logging module (which is log4j-like) and am having some success. When I receive permission and have worked the kinks out, I will post changes as a patch. It's a tiny amount of new code.
Tony
- [OpenWFE-users] More problems with 1.7.0b scripts Anthony Bigbee
- Re: [OpenWFE-users] More problems with 1.7.0b scripts John Mettraux
