Results 1 to 3 of 3

Thread: Fatal error: SystemErr R [Fatal Error] :-1:-1: Premature end of file.

  1. #1
    Join Date
    Mar 2008
    Posts
    4

    Default Fatal error: SystemErr R [Fatal Error] :-1:-1: Premature end of file.

    Hi,

    We developed an application which uses Spring and Spring WS.Our application listens to the queue on Tibco EMS using DefaultMessageListenerContainer of spring and whenever a message is a placed, it picks up the message from queue,processes it and returns the response. If we send a request one by one everything is working fine.

    When we are trying to test the performance of the application by placing the messages consequtively at a faster rate using a tool some of the messages are being proceesed and for some we are getting fatal error.
    Fatal error occured is SystemErr R [Fatal Error] :-1:-1: Premature end of file.

    My understanding on seeing the error is some of the messages are being taken by my application even before the entire message is placed on to queue, due to which application is not able to parse the input message and thrwoing the following error.

    Please let me know your thoughts on this.

    Vijay

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Which version of Spring-WS are you using?
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    Mar 2008
    Posts
    4

    Thumbs up

    Hi Arjen,

    Iam using Spring-WS 1.5.0.m2.

    Anyhow thanks for getting back to me on this issue. Issue got resolved.
    The xml which is actually placed on to the Tibco EMS queue which is used for testing the performance of my application is not a valid one. so, i got this premature EOF issue. After changing the xml everything is working fine.

    Regards,
    Vijay.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •