Author |
Message |
Topic: HTTPRequest node: BIP3161 socket exception |
sanjoo
Replies: 14 Views: 12908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 19, 2014 4:21 pm Subject: HTTPRequest node: BIP3161 socket exception |
Hi,
The documentation for BIP3161 says ->
BIP3161
A socket was closed before all expected data was received. Total data received: <insert_1>.
Severity
30 : Severe error
Explanation
An ... |
Topic: HTTPRequest node: BIP3161 socket exception |
sanjoo
Replies: 14 Views: 12908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 19, 2014 2:58 pm Subject: HTTPRequest node: BIP3161 socket exception |
Hi, I did went through that post and I didn't find it conclusive for the root cause.
Timeout for web service is 15 seconds but within 50 ms I get this socket exception saying "BIP3161S: A socket ... |
Topic: HTTPRequest node: BIP3161 socket exception |
sanjoo
Replies: 14 Views: 12908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 18, 2014 2:13 pm Subject: HTTPRequest node: BIP3161 socket exception |
Hi All,
We are using HTTPRequest node to invoke a webservice. In production when we deployed this for the first time, we are getting below exception logged-
HTTP Request::Function:ImbWSRequest::re ... |
Topic: "throw" exception not getting caught |
sanjoo
Replies: 20 Views: 18246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 06, 2013 3:34 am Subject: "throw" exception not getting caught |
Cracked the case...
Thanks a lot to everybody who shared their valuable inputs.
Actual scenario was -
FileInput node1 --> Out terminal --> JavaCompute node1 --> MQ output node1 --> ... |
Topic: "throw" exception not getting caught |
sanjoo
Replies: 20 Views: 18246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 01, 2013 1:11 am Subject: "throw" exception not getting caught |
Just one correction.. read file input instead of file output in above example.
ie
FileInput node1 --> Out terminal --> Compute node1 --> MQ output node1 --> Failure terminal --> t ... |
Topic: "throw" exception not getting caught |
sanjoo
Replies: 20 Views: 18246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 01, 2013 1:09 am Subject: "throw" exception not getting caught |
Thanks. Let me be more specific.
FileOutput node1 --> Out terminal --> Compute node1 --> MQ output node1 --> Failure terminal --> throw user exception
FileOutput node1 --> catc ... |
Topic: "throw" exception not getting caught |
sanjoo
Replies: 20 Views: 18246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 28, 2013 8:56 pm Subject: "throw" exception not getting caught |
We dont use trace nodes. Will they be of any assistance here? We already have log4j enabled app logs which let us know whats heppening with message. |
Topic: "throw" exception not getting caught |
sanjoo
Replies: 20 Views: 18246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 28, 2013 4:12 am Subject: "throw" exception not getting caught |
Hi,
I have following scenario-
Out terminal of FileInput node -->compute node1 --> (Sub Flow1) --> sub flow1 failure terminal --> throw user exception
Catch terminal of file input ... |
Topic: WTX map node not working correctly in multi threaded scenari |
sanjoo
Replies: 1 Views: 3746
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 28, 2013 1:01 am Subject: WTX map node not working correctly in multi threaded scenari |
OS : AIX 5.3
WMB 6.1.0.4
WTX 8.2.0.4
Problem description: In multi threaded message flow, we use WTX node with following settings -
MapAudit > AuditLocation > File > FileName > Uniqu ... |
Topic: DB exception 'HY001' |
sanjoo
Replies: 5 Views: 4719
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 07, 2012 12:21 am Subject: DB exception 'HY001' |
Yes. We are using odbc drivers provided with WMB.
And let me reword the issue with more details:
===================================
MQ 7.0
WMB 6.1.0.8
AIX 5.3
Oracle 11g
Scenario:
MQInput ... |
Topic: DB exception 'HY001' |
sanjoo
Replies: 5 Views: 4719
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 02, 2012 12:58 am Subject: DB exception 'HY001' |
My bad.. we are receiving 'HY000' (and not HY001) |
Topic: DB exception 'HY001' |
sanjoo
Replies: 5 Views: 4719
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 01, 2012 10:40 pm Subject: DB exception 'HY001' |
We are on Oracle 10g, WMB 6.1.0.4 and AIX 5.3 |
Topic: DB exception 'HY001' |
sanjoo
Replies: 5 Views: 4719
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 01, 2012 9:12 pm Subject: DB exception 'HY001' |
Hi,
We are facing weird database exception. Here is the scenario -
MQInput (with transaction mode 'Yes') --> Compute node doing DB inserts and updates (with transaction mode 'Automatic' and th ... |
Topic: File permissions in File Output node in WMB |
sanjoo
Replies: 12 Views: 17279
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 21, 2012 1:41 am Subject: File permissions in File Output node in WMB |
Broker service id: xxxxmqsi
AIX 5.3.0.0 SP3
Broker version: 6.1.0.8
. Create group xxxxmq01
. Add user xxxxmqsi to group xxxxmq01.
. Create directory /tmp/Input with owner user id as xxxxm ... |
Topic: File permissions in File Output node in WMB |
sanjoo
Replies: 12 Views: 17279
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 18, 2012 3:31 am Subject: File permissions in File Output node in WMB |
zpat, thanks a ton. Will try this now. |