• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

weblogic.utils.AssertionError

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

we have got following error while invoking a web service.

java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [***** ASSERTION FAILED *****[ Keep-Alive Timer cancelled ]] FaultActor [null] Detail [<detail>weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Keep-Alive Timer cancelled ] </detail>]; nested exception is:
javax.xml.rpc.soap.SOAPFaultException: ***** ASSERTION FAILED *****[ Keep-Alive Timer cancelled ][message(SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [***** ASSERTION FAILED *****[ Keep-Alive Timer cancelled ]] FaultActor [null] Detail [<detail>weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Keep-Alive Timer cancelled ] </detail>]; nested exception is:
javax.xml.rpc.soap.SOAPFaultException: ***** ASSERTION FAILED *****[ Keep-Alive Timer cancelled ])]


At the server end, the request was accepted successfully and processed like any other request. As far as the timing is concerned, which we thought to be culprit here, there are some weird finding. As soon as the request is fired, it's registered in the weblogic access log at server end. However, there's 15 second delay between this and the time when the first service log appears in application log file.

The whole request takes about 2 second, but it's after another 43 seconds that we got this error in calling system. It's a one-off error, which we have never seen before. Some reading tells me that weblogic was asked to something impossible and it gave up. Some other sources suggests that it might be due to some bug in weblogic. Any ideas about this one?

I am not even sure how to replicate it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic