Author |
Message |
Topic: TIMEOUT SET IDENTIFIER NOT IN STORE |
jkr
Replies: 0 Views: 4107
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2016 2:15 am Subject: TIMEOUT SET IDENTIFIER NOT IN STORE |
Hi,
I have constructed a flow using timeout control and notification nodes to retry calling a web service. I send a timeout control message to the notification node and the flow after the notificat ... |
Topic: Unexpected termination before timeout control node |
jkr
Replies: 4 Views: 2609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 11, 2016 1:12 am Subject: Unexpected termination before timeout control node |
Thanks for the reply maurito, I did just that.
Turns out I hadn't added an MQMD header before the Timeout Control node.
Adding the below two lined solved the problem
CREATE NEXTSIBLING OF OutputR ... |
Topic: Unexpected termination before timeout control node |
jkr
Replies: 4 Views: 2609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 11, 2016 12:14 am Subject: Unexpected termination before timeout control node |
I am reading on User Trace but meanwhile,when i check the system log,I encounter the following error:
An error occurred in parser ''Root'' while parsing the field named ''MQMD'' on behalf of the node ... |
Topic: Unexpected termination before timeout control node |
jkr
Replies: 4 Views: 2609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 10, 2016 6:46 am Subject: Unexpected termination before timeout control node |
I have a message flows which goes like this
Http Input-->Compute-->http request(error)-->compute-->Timeout control
I am setting the control message for the timeout control node in the ... |
Topic: HTTP/1.1 400 Bad Request |
jkr
Replies: 2 Views: 3208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2016 10:30 pm Subject: HTTP/1.1 400 Bad Request |
Well as it turns out,the query string to the http input node,was getting recieved as a BLOB input and since it was http get,i was getting an error. Removing the BLOB input solved the issue |
Topic: HTTP/1.1 400 Bad Request |
jkr
Replies: 2 Views: 3208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2016 2:09 am Subject: HTTP/1.1 400 Bad Request |
My flow makes an HTTP Get call to a server with a query string. When I call the same url with SoapUI or my browser,I get a response,but when I call it through my Broker I get a HTTP/1.1 400 Bad Reques ... |
Topic: IIB toolkit fails to open |
jkr
Replies: 7 Views: 8417
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 22, 2016 3:39 am Subject: IIB toolkit fails to open |
What version (including patch level) are you using?
I am using IIB version 9.0.0.0
What platform?
On windows 7 platform
How are you trying to start the toolkit?
I am starting it using the W ... |
Topic: IIB toolkit fails to open |
jkr
Replies: 7 Views: 8417
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 22, 2016 3:00 am Subject: IIB toolkit fails to open |
When I try to start the toolkit it fails to open with the error that reads
!ENTRY org.eclipse.equinox.launcher 4 0 2016-04-22 16:27:39.852
!MESSAGE Could not find extension: com.ibm.cds_2.1.0.20 ... |
Topic: Getting error in getLocalInstance of class Broker Proxy |
jkr
Replies: 3 Views: 3445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 21, 2016 10:32 pm Subject: Getting error in getLocalInstance of class Broker Proxy |
I am sorry I forgot to post the error. I was getting MQ error 2035 because of the line
BrokerProxy bp = BrokerProxy.getLocalInstance("My Broker");
The error read 'System is not authorized ... |
Topic: Getting error in getLocalInstance of class Broker Proxy |
jkr
Replies: 3 Views: 3445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 19, 2016 2:28 am Subject: Getting error in getLocalInstance of class Broker Proxy |
I have made a user defined configurable service ,and I am accessing it through java code which is in turn called by an esql wrapper. My java code looks something like this:
public class ConfigServi ... |