HELP - ConcurrentModificationException: concurrent access to HashMap -- inside Axis1.x

2009-07-29 Thread Gary Yue
Hi all,   I am geting the following exception periodically when axis server tries to deserialize incoming requests. It happens at a relatively low rate (20 times a day out of heavy load traffic, like 5M calls). From the code, it looks like TypeDesc class is not thread-safe, as inside

Axis1.x in Java6

2009-06-11 Thread Gary Yue
Hi, does anybody know if Axis1.x is compatible w/ java6? We are trying to upgrade our server (Axis1.x based) to java6 runtime. Wonder if anyone has tried this before and whether that are any known issues. thanks gary

Need help on Axis2SampleDocLitService sample!!!!

2006-06-21 Thread Gary Yue
Hi, I am trying the Axis2SampleDocLitService example in the Axis2.0 user guide. I ran WSDL2Java against the sample wsdl, and I was able to get the server up and running. However, for the client, i am getting a runtime exception while sending the message to server: (I did use the tcpmon and see

Re: Need help on Axis2SampleDocLitService sample!!!!

2006-06-21 Thread Gary Yue
Hi, i also tried the latest nightly built, but that didn't help. Has anyone tried this sample and have gotten it to work? Any idea what i might have missed? (i tried both adb and xmlbeans databinding. None of them works) thanks gary --- Gary Yue [EMAIL PROTECTED] wrote: Hi, I am trying