Topic Options
Rate This Topic
#137901 - 06/05/07 08:17 AM Patch
jsb Offline
Just Signed Up

Registered: 06/05/07
Posts: 4
I have installed patch 21 on my 6.03 application server (patch 15). After that every time I try to call a web service, application server crashes.

Is there anyone that have tried this patch?

Thank You

Top
#137904 - 06/05/07 08:26 AM Re: Patch [Re: jsb]
Vishwas P Offline
Stealth Member

Registered: 01/15/07
Posts: 125
We have Patch 21 installed on one of our mid-tiers and it is working fine ...

Jst try 2 upgrade ur Mid-tier wid Patch 21, it shud work fine (Patch 20 had some memory leak issues, which seem 2 b fixed in Patch 21)

Top
#137927 - 06/06/07 03:27 AM Re: Patch [Re: Vishwas P]
jsb Offline
Just Signed Up

Registered: 06/05/07
Posts: 4
I have tried to upgrade the mid-tier too.. Remedy Web works fine but when I try to call a webservice generated on a Form the application server crashes. I have generated the client to call the web service using axis.

Top
#137929 - 06/06/07 03:59 AM Re: Patch [Re: jsb]
Vishwas P Offline
Stealth Member

Registered: 01/15/07
Posts: 125
Pl check if ur Webservice is doing Synchronous action, which could be a possilbe reason.
We had our AR Server restarting(very often) due to Synchronous Webservice transaction (which wnt into loops) and we had to break the transaction to make our AR Server stable...

Top
#137930 - 06/06/07 06:42 AM Re: Patch [Re: Vishwas P]
jsb Offline
Just Signed Up

Registered: 06/05/07
Posts: 4
Webservice that crashes the system simply call opSet or opCreate on a single record and terminates..

Top