Has anyone been able to run a jython script in background?
When I run (doesn't matter if nohup is used):
java -cp jython.jar org.python.util.jython myscript.py > my.log 2>&1 &
just in a few seconds I'm getting:
Stopped (SIGTTOU)
Nothing gets executed from the script. The few seconds goes to java &
jython initialization.
I've tryed it on Solaris and Linux. I've been able to cure it on Linux
somehow by adding "< /dev/null" to provide stdin. But on Solaris it
still gives me "Stopped".
Where should I look? I'm almost ready to get myself digging the
sources, but want to here how other users can comment this.
--
Ian
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Jython-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/jython-users