Hi Asankha,
 
in the meantime I figured the simplestockquote-things out on my own. I wasn't 
using this before, as our target environment is jboss and bea centric.
 
Hi run the ant scripts for the simplestockquoteservice and started the the 
server.bat.
I then got the following exception

2008-05-05 19:58:13,919 [-] [WrapperSimpleAppMain] ERROR HttpCoreNIOSSLListener
Error opening Key store : ../../webapp/WEB-INF/classes/conf/identity.jks
java.io.FileNotFoundException: ..\..\webapp\WEB-INF\classes\conf\identity.jks (
as System kann den angegebenen Pfad nicht finden)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at org.apache.synapse.transport.nhttp.HttpCoreNIOSSLListener.getSSLCont
xt(HttpCoreNIOSSLListener.java:96)
[...]
 
But this is only a sidenote as this only affects the https-listener. Maybe just 
a windows problem of relative paths...
 
So the service was running on host 1 on port 9000. I checked this with soupUI, 
generated sample requests and so on. I then configured the esb to use this 
service. Then I started a load test with same parameters as before using the 
getQuote operation. I noticed no problems with the axis2-server. So maybe you 
are right with your guess that this is somehow related to the JBoss Server and 
the native JBoss Webstack implementation. I used JBoss 4.2.2 GA (community 
release) as well as JBoss 4.3 EAP (both with their default native webservice 
stacks). One is 2.0.1 and the other is 2.0.3 if I remember correctly. 
 
So how can we proceed now? I can swith tcpdump between ESB and JBoss and dump a 
JBoss response to the ESB. Not sure if this will help, but I will do so. Please 
tell me, if I can do anything else!
 
Regards,
   Eric

________________________________

Von: [EMAIL PROTECTED] im Auftrag von Asankha C. Perera
Gesendet: Mo 05.05.2008 19:22
An: [email protected]
Betreff: Re: AW: AW: AW: [esb-java-dev] AsynchronousCloseException



Eric / Luca
> unfortunately I'm still ill and can only assist with my windows machines for 
> now. I hope to feel better tomorrow. Then I will re-run the tests on linux - 
> using the last released version 1.6 as well as snapshot v4, and snapshot v5. 
> I only could reproduce the problem with v5. Version v4 and release versions 
> were working fine. JBoss standalone as well.
>  
I am trying to reproduce this with v5 on Windows too.. but I am not
familiar with JBoss to replicate your environment :(
> Could you please point me to the appropriate SimpleStockQuoteService.
When you install the ESB (or even Apache Synapse), you get a
samples/axis2Server folder, inside that you can change directory to
src/SimpleStockQuoteService. Now you just run "ant" from that directory,
and this will build and deploy the SimpleStockQuoteService. You get back
to samples/axis2Server and execute the axis2server.sh/bat, and you have
a StockQuote service listening on http port 9000... you can point a
browser to http://localhost:9000/soap and view this service, its WSDL etc..

Similarly, in samples/axis2Client you get the StockQuote client.. you
can invoke that using "ant stockquote.. " etc.
(See http://wso2.org/project/esb/java/1.6/docs/ESB_Samples_Setup.html
for more information)

Are you familiar with using TCPMon? I am wondering if the JBoss response
is GZipped.. (this will be visible as a http response header if so..)
but, this shouldn't happen as long as your client does not send an
Accept-encoding header for Gzip..

Anyway.. we both need to get to the bottom of this real soon.. and your
help is very much appreciated

thanks
asankha

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev


<<winmail.dat>>

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to