For Programmers: Free Programming Magazines  


Home > Archive > Rexx > April 2005 > mod_rexx - Failure in system service: WWW_IO_EXIT









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author mod_rexx - Failure in system service: WWW_IO_EXIT
Todd Blevins

2005-04-19, 4:00 pm

Getting these errors when trying to do some kind of IO via mod_rexx:

REX0048E: Error 48: Failure in system service
REX0425E: Error 48.1: Failure in system service: WWW_IO_EXIT

If i restart apache, it works ok for awhile, then i'll start getting
this message and a failure message on the webpage. Has anyone seen this
issue? Also, should the following work from mod_rexx:

address 'bash' 'ps -eo user,comm,args |rxqueue'

I get nothing queued when i run that or anything piped to rxqueue.

Here's the system info:

yoda.cisco.com:/var/www/html/rexx> cat /etc/issue
Red Hat Enterprise Linux AS release 3 (Taroon Update 2)
Kernel \r on an \m

yoda.cisco.com:/var/www/html/rexx> rpm -q -a | grep orexx
orexx-2.3.4.0-3
yoda.cisco.com:/var/www/html/rexx> rpm -q -a | grep httpd
httpd-2.0.46-38.ent
httpd-devel-2.0.46-38.ent
mod_rexx 2.1.0

Todd Blevins
David Ashley

2005-04-22, 4:01 pm

Todd Blevins wrote:
> Getting these errors when trying to do some kind of IO via mod_rexx:
>
> REX0048E: Error 48: Failure in system service
> REX0425E: Error 48.1: Failure in system service: WWW_IO_EXIT
>


I have not seen this error before. I will investigate.

> Also, should the following work from mod_rexx:
>
> address 'bash' 'ps -eo user,comm,args |rxqueue'
>
> I get nothing queued when i run that or anything piped to rxqueue.


The default environment on all implementations throws everything to the
bit bucket. The reason for this is security based. If you need this
functionality you will need to implement it yourself for now. The next
release will add a feature where you can turn this on.

> Here's the system info:
>
> yoda.cisco.com:/var/www/html/rexx> cat /etc/issue
> Red Hat Enterprise Linux AS release 3 (Taroon Update 2)
> Kernel \r on an \m
>


W. David Ashley
dashley@us.ibm.com

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com