RE: [U2] Maverick - anyone know what's happened

2004-07-21 Thread Ross Ferris
Project is now on http://sourceforge.net/projects/maverick/ Ross Ferris Stamina Software Visage  an Evolution in Software Development -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, 21 July 2004 7:07 AM To:

Re: [U2] Maverick - anyone know what's happened

2004-07-21 Thread Lee Bacall
Robert, Ross, Wendy and others who have replied, thank you very much for the information on Maverick. I am working on putting together a group of people to hopefully add some additional energy to that project. I'll keep the group (and hopefully the world) informed as things progress. Robert, if

Re: [U2] (UV) Analyze.shm -s (Unclassified)

2004-07-21 Thread Karl L Pearson
On Wed, 2004-07-21 at 03:24, Martin Phillips wrote: We may also be looking for the wrong thing here. A semaphore collision count of 6 really is nothing to get excited over, especially if the system had been up for a while. Looking back to Karl's original posting, I think we need to know a

Re: [U2] (UV) Analyze.shm -s (Unclassified)

2004-07-21 Thread Scott Richardson
Hey Karl, Did you ever mention in this thread how much RAM? How much SWAP / PAGING space on disk, and on which disks the swap is defined? Where is the /tmp defined in uvconfig? What kind of file system is /tmp, and how big? When was the last time you rebuilt that file system? Or the filesystem

[U2] CallHTTP

2004-07-21 Thread Nick Cipollina
Is anyone aware of any limitations to the length of parameter_value in the addRequestParameter(request_handle,parameter_name,parameter_value,conten t_handling) function. We are trying to sent XML data to a web service, and the longer parameter_value gets I get the following error message:

RE: [U2] (UV) Analyze.shm -s (Unclassified)

2004-07-21 Thread Bill H.
Karl: Not to butt in and add something stupid, but I notice this happening a lot when ftp is executing on the same machine. Other services can have the same impact. Hope this helps, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Karl L Pearson

RE: [U2] CallHTTP

2004-07-21 Thread David Jordan
That may not be related to CallHTTP, that may be a variable in your program that has not been cleared and is continually being appended to till it overflows memory. Check the program for that typeof bug. Regards David Jordan --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please

RE: [U2] [UD] telnet sessions losing connection

2004-07-21 Thread Andrew Mack
Try replacing the servers HDD backplane. We had an issue with an IBM server that was having all sorts of problems (network, CPU, RAM) and the error messages didn't even begin to point to that as an issue. Just my 5 cents worth. :) From: Steve Kunzman [EMAIL PROTECTED] Reply-To: [EMAIL

[U2] [UD] Returning data to ksh

2004-07-21 Thread Ralph Melia
I'm working on a project that involves integrating our (UD 5.2 on AIX) programs into a job stream via ksh scripts. And I need a way of communicating back to the calling shell whether the unidata process (program) completed successfully or not. The relevent part of the shell would look something

RE: [U2] CallHTTP

2004-07-21 Thread Tony Gravagno
Wendy Smoak wrote: Nick Cipollina wrote: Is anyone aware of any limitations to the length of parameter_value in the addRequestParameter(request_handle,parameter_name,parameter_va lue,conten t_handling) function. CRITICAL ERROR! Notify the system administrator. Abnormal termination of

Re: [U2] CallHTTP

2004-07-21 Thread Craig Bennett
Tony, - There are occasionally limits on the size of the domain name, which is included in the total for the query string. RFC3696 (which collates information from other RFCs) places the following limitations on a hostname from DNS: A DNS label (the parts of a domain name delimited by '.') may

Re: [U2] CallHTTP

2004-07-21 Thread Craig Bennett
Nick, I have previously posted UV code which uses sockets to do HTTP rather than CallHTTP -- this might solve your problem in the short term. Craig --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] CallHTTP

2004-07-21 Thread djordan
The type of error message is typical from a variable growing beyond the memory size. If it is not the program, is their a log file or como file or something in the backgroud that could be getting large. Otherwise it might be a limitation in the C routine that is parsing the HTTP. I would get on