Tag Archives: Weblogic

OSB FTP Poller continuously throwing exception – while no file pending on FTP Location

We have been recently facing an issue with an OSB Proxy using FTP Protocol, where in we kept getting the errors on the logs even when we were not putting new files in. Errors lead us to believe there were some permission issues. Unable to get file NYSolutionsSourcedir/43646343-dfh34d2.232dfg3d__testFile.txt.Stage on attempt number 0: java.io.IOException: Data: OpenSocket, Permission Denied? […]

read more

JMS Message Bridging – SwiftMQ – Weblogic JMS

Found this really useful link on swift MQ website… http://www.swiftmq.com/products/extension/xt_bridge/example/index.html    

read more

Moving and managing messages in JMS Queues

When dealing with several JMS Queues it is apparent that one would need to move messages across these queues and manage them. e.e. moving messages from error queues to source queues, destination to source to replay etc. So the question is how can you move a message from one JMS Queue to another? Well there […]

read more

Protected: How to monitor various thread pools in SOA

There is no excerpt because this is a protected post.

read more

SOA 11g – Useful SOA Infra DB Queries [Advanced users]

Sometimes you want to identify all the faults for the messages that were sitting in BPEL Engine Level recovery as undelivered Invokes. We can run this SQL on the SOA Infra Schema to obtain this info. select wif.* FROM WI_FAULT WIF WHERE wif.cikey IN (SELECT ci.cikey FROM Dlv_Message dlv, cube_instance ci WHERE dlv.State = 0 AND […]

read more

Useful WLST Scripts – Managing composite state using command line WLST

We have created a list of Useful WLST commands for SOA covering how we can use the WLST commands to retire/shutdown/start/activate/deploy/undeploy a composite. Use the scripts located at: (UNIX) MIDDLEWARE_HOME/ORACLE_SOA1/common/bin/wlst.sh (Windows) C:oracleMiddleware11116Oracle_SOA1commonbinwlst.cmd Note: Do not use the WLST script in the WebLogic Server home.   In case you use the WLS tool from  MIDDLEWARE_HOMEoracle_commoncommonbin Or  from MIDDLEWARE_HOME wlserver_10.3commonbin   It will throw following error.   Traceback (innermost last):   File […]

read more

Weblogic transaction timed out after 302/603 seconds issue

Problem: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 603 seconds A lot of you might have encountered an issue of Weblogic transaction timed out after 302/603 etc seconds. We have been struggling with this for some time as well. Non Recoverable System Fault : Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 603 seconds BEA1-3FB6FB464035C13E3227 at […]

read more