Re: LD_ASSUME_KERNEL

2004-02-05 Thread Cyrus Adkisson
.. > http://ant.apache.org/manual/install.html > Regards, > -Martin > - Original Message - > From: "Cyrus Adkisson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 05, 2004 12:31 PM > Subject: Re: LD_ASSUME_KERNEL > &g

Re: LD_ASSUME_KERNEL

2004-02-05 Thread Cyrus Adkisson
tell is happening. I tried -v and -debug but there was no more information. Does ANT go out to the internet to retrieve stuff? And if so, are there any special firewall settings needed to allow that to happen? Cyrus On Thu, 2004-02-05 at 11:14, Cyrus Adkisson wrote: > Hello all. > > I ha

LD_ASSUME_KERNEL

2004-02-05 Thread Cyrus Adkisson
Hello all. I have about 15 computers running Tomcat 5 and soap and was having trouble a while back with the Tomcat/Soap services locking up. All the boxes would run fine, and then suddenly stop responding to soap calls. Scott Nichol gave me the key information to set an environment variable to LD_

Re: using too much soap?

2004-01-13 Thread Cyrus Adkisson
d to accept only mail from > specific mail lists. > > - Original Message - > From: "Cyrus Adkisson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, January 12, 2004 8:33 PM > Subject: using too much soap? > > > > I'm

using too much soap?

2004-01-12 Thread Cyrus Adkisson
I'm running a loop on acomputer that repeatedly calls a Client program which, in turn, accesses a remote service over and over again. And it works fine for about the first 10-20 iterations. Then I get "Exception from service object: null" over and over. If I restart the remote soap service, it star

Re: SOAP servers freeze randomly

2003-12-01 Thread Cyrus Adkisson
I said I'd give an update in a few weeks about my problem: Everything seems to work fine now, and I'm pretty sure it's due to running Tomcat with LD_ASSUME_KERNEL=2.2.5. Thanks for the help. Hope this thread is of use to someone else. Cyrus On Thu, 2003-11-13 at 13:13, Scott Nichol wrote: > >

Re: null pointer exception

2003-11-24 Thread Cyrus Adkisson
Null pointer exception sounds like something going wrong with the service itself and may not have anything to do with the SOAP implementation. I'd suggest creating a main() function in the service class and running it locally (by itself) to see if you still get the null pointer exception. Cyrus O

Re: SOAP servers freeze randomly

2003-11-19 Thread Cyrus Adkisson
Thanks for the advice Scott. I finally got around to changing all the environment variables on my computers and all 8 of them have now gone almost a full day without any issues. I think one would crash every couple of hours before, so I think that LD_ASSUME_KERNEL thing worked. I'll post again in a

Re: SOAP servers freeze randomly

2003-11-12 Thread Cyrus Adkisson
27;ve got my shoddy system monitor daemon keeping an eye out. > Scott Nichol > > Do not send e-mail directly to this e-mail address, > because it is filtered to accept only mail from > specific mail lists. > - Original Message - > From: "Cyrus Adkisson" <[

SOAP servers freeze randomly

2003-11-07 Thread Cyrus Adkisson
I have several severs in various cities running Redhat 9, jakarta-tomcat 5.0.12 (I get the same problem with 4.1.27) and Apache SOAP 2.3.1. I've got them set up to answer a few requests... simple string passings back and forth. One of the services runs a few system processes on the remote machine,