Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jms client failure + reconnect

GeertsP-JavaNetFeb 1 2012 — edited Feb 1 2012
Hello,

I try to achieve the following setup - I have two (or more) queue readers on a Weblogic queue that share the load in the queue
for processing. They are unaware of each other presence.
They all read the message , do some subsequent processing that can take a couple of seconds
and finally do an explicit client acknowledgement.

This works fine in a uninterrupted situation where one sees that they both take part in processing a fair share of the load and all messages are processed.
However killing one of the participants (@work) seems to put the records in progress in some state @the server so that they are not available to the other still
working instance. Even restarting the original instance not always resolves the problem and still another restart is needed.
Could someone please explain the internal logic/rationale behind this (what happens exactly) and in what way the relevant settings (many) need
to be configured to remedy this?.
Currently we experience problems because these "stuck "records" are not delivered in a timely fashion.


Thanks in advance

Peter Geerts

Comments

sb92075
ORA-27303: additional information: The pipe has been ended.
Your pipe burst.

Restart the s/w that was reading data from Oracle's pipe.
591186
Metalink notes:
Command Bat File Scheduled Through Dbms_schedule In Em Fails ORA-27370-285313.1
Problem: OS Command Job on Windows fails with ORA-27370: Job Slave Failed To Launch -758739.1


HTH
Anantha
rsar001
I found the problem.. the executable job was referring to a none existing batch file..

I have refreshed the database from production some time ago and the jobs I have setup are referring to production scripts and paths (which we didnt have on dev)..

This is now resolved.


Thanks
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 29 2012
Added on Feb 1 2012
1 comment
1,183 views