too many files open

2009-09-09 Thread Alan Aguia
Hi, Im having some problems using axis2 0.94, jboss 4.0.2. After calling serveral times the web service the system tell me that I have to many files open. I tried a lsof -p in my system and this is what I get java    2 jboss  571u   REG  253,0 8437 15908886

zip problem

2006-03-15 Thread Alan Aguia
HI Im having problems in the process of creating again the zip file in the client. This error sudendly appears, most of the time I dont receive any error and everything works fine but when the zip file is bigger than 0.25mb zip file I get this error (invalid entry size (expected 6231012 but got

Re: Return problem

2006-03-08 Thread Alan Aguia
with axis2 . IOW, you have to somehow isolate for sure where the wrong char is comming from. HTH, Roberthttp://www.braziloutsource.com/ O n 3/7/06, Alan Aguia [EMAIL PROTECTED] wrote: Hi Im having the following problem after I return an OMElement on the server. The server receives de OMElement

Re: Parameter question

2006-02-26 Thread Alan Aguia
Its ok dont worry but I dont get it. Im using MyService. Whenthis classits callfrom the client the echoecho receive an OMElement at this point I would like to check some variables that have insede the axis2.xml but I dont understand how to do it.Sorry and thank you for your help.public

Parameter question

2006-02-20 Thread Alan Aguia
Maybe Its really simple but I dont know how to do it.I include parameters in my axis2.xml (server side) but I dont kwow how to retrieve them when the petition arrive from the client. How can I get access to that file to retrieve that parameters?Thank you. Yahoo! Mail Use Photomail to

Re: Problem deploying

2006-01-30 Thread Alan Aguia
Finally I found the problem with a help from a friend www.ingenian.com (Mauricio). The problem is mod_proxy. I had this line in my http.conf # ProxyPass /axis2 http://[url]:8080/axis2# ProxyPassReverse /axis2 http://[url]:8080/axis2 but this line was generating the problem so I use mod_jk. Here

Problem deploying

2006-01-27 Thread Alan Aguia
Hi Im using axis2. 0.94 and Im having this problem when I call my service rror en siac.sd.cliente en ServiciosNonBlockingClient:java.lang.Exception: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prologat [row,col {unknown-source}]: [1,0]; nested exception is:

Question mutiple request?

2006-01-20 Thread Alan Aguia
Hi Im using axis 0.94(EchoNonBlockingClient). I tried the examples and they work fine. Now I would like to make multiple request to different servers but using an asycronic call. The first time I do it it works fine for doind the other calls I use the:while (!callback.isComplete()) { I call

Re: EchoNonBlockingDualClient

2005-12-15 Thread Alan Aguia
NopDavanum Srinivas [EMAIL PROTECTED] wrote: Is this a IPv6 box?On 12/14/05, Alan Aguia <[EMAIL PROTECTED]>wrote: Hi Im trying to deploy the EchoNonBlockingDualClient in my sun solaris 8 server but I get this error, I dont know what its causing the problem and how to solve it. Im running

EchoNonBlockingDualClient

2005-12-14 Thread Alan Aguia
Hi Im trying to deploythe EchoNonBlockingDualClient in my sun solaris 8 server but I get this error, I dont know what its causing the problem and how to solve it.Im running axis2 using jboss and with a proxypass from apache. If I run EchoNonBlockingClient everything work fine.Alan.

Re: Jboss axis2 0.92

2005-11-15 Thread Alan Aguia
I have allthe requiredlibrarias in the lib directory inside de war projectEran Chinthaka [EMAIL PROTECTED] wrote: Do you have commons-http client jar in the classpath ?Alan Aguia wrote:Im new using Axis2. I install it in my computer and I didnt have problems running the examples but when I try

Jboss axis2

2005-11-11 Thread Alan Aguia
I new using axis2 but I would like to know what it going on on my jboss server Thank you Alan 11:25:32,339 WARN [JARDeployer] Failed to add deployable jar: file:/usr/local/jboss-3.2.7/server/default/tmp/deploy/tmp38727Axis2.obj java.util.zip.ZipException: error in opening zip file at

Jboss axis2 0.92

2005-11-11 Thread Alan Aguia
Im new using Axis2. I install it in my computer and I didnt have problems running the examples but when I try to deploy in my Jboss server I receive the next problem. The example that im running is EchoNonBlockingDualClient.java It worked fine with EchoNonBlockingClient.java. I would like to know

Re: Jboss axis2

2005-11-11 Thread Alan Aguia
not the problem. Bruno Costacurta [EMAIL PROTECTED] wrote: On Friday 11 November 2005 22:10, Jesse Sightler wrote: At a glance, I'd say that you have a corrupted jar file somewhere in your war. On 11/11/05, Alan Aguia <[EMAIL PROTECTED]>wrote: I new using axis2 but I would like to know what it