Author |
Message |
Topic: ConfigManagerProxyLoggedException: Not Initialized error |
dhireng
Replies: 5 Views: 5440
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2017 7:47 am Subject: ConfigManagerProxyLoggedException: Not Initialized error |
no, the application runs only within the compute node. I've restarted the broker now and all running fine. Can my broker be running out of memory? |
Topic: ConfigManagerProxyLoggedException: Not Initialized error |
dhireng
Replies: 5 Views: 5440
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2017 6:03 am Subject: ConfigManagerProxyLoggedException: Not Initialized error |
I'm following the steps from https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/be43730_.htm
BrokerProxy b = BrokerProxy.getLocalInstance();
while(!b. ... |
Topic: ConfigManagerProxyLoggedException: Not Initialized error |
dhireng
Replies: 5 Views: 5440
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2017 4:19 am Subject: ConfigManagerProxyLoggedException: Not Initialized error |
I use IIBv10 FP 9 and use Broker.getLocalInstance() to access Userdefined Configurable parameters.
My java compute node exists within a shared library. At random, after the shared library is redeplo ... |
Topic: MDE in the data |
dhireng
Replies: 2 Views: 3060
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2016 5:02 am Subject: MDE in the data |
I searched and searched and found nothing that says in black and white until your note made me google "IBM MQ MDE" again and I found this http://www.ibm.com/developerworks/websphere/library/ ... |
Topic: MDE in the data |
dhireng
Replies: 2 Views: 3060
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2016 4:19 am Subject: MDE in the data |
I have a simple flow with MQOutput node. The backend system reading the data (using its internal implemenation of MQ client) sees an additional header MDE infront of the data if I select Segmentation ... |
Topic: HTTP Trace |
dhireng
Replies: 3 Views: 1705
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2016 4:11 am Subject: HTTP Trace |
I meant HTTPRequest. I enabled user traces and got what I needed.
I initially enabled IBM_JAVA_OPTIONS=-Djavax.net.debug=true but later realised that that's valid for HTTPS only! |
Topic: HTTP Trace |
dhireng
Replies: 3 Views: 1705
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 06, 2016 1:44 am Subject: HTTP Trace |
How would tracing the tracing with HTTP protocol requests with the HTTP Adapter work? I get nothing in the stdout and stderr files. |
Topic: DEFINE Q - QMANAGER property |
dhireng
Replies: 5 Views: 5026
|
Forum: IBM MQ Java / JMS Posted: Sun May 03, 2015 7:24 am Subject: DEFINE Q - QMANAGER property |
My question was how is it used and there seems no clear documentation of that.
I set it to any random value, and there's no error. All it does is that it changes what's printed on the headers.
do yo ... |
Topic: DEFINE Q - QMANAGER property |
dhireng
Replies: 5 Views: 5026
|
Forum: IBM MQ Java / JMS Posted: Sun May 03, 2015 3:56 am Subject: DEFINE Q - QMANAGER property |
That goes without saying... this link --> http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.ref.dev.doc/q112350_.htm
says its the QMANGER to connect with. However its value ha ... |
Topic: DEFINE Q - QMANAGER property |
dhireng
Replies: 5 Views: 5026
|
Forum: IBM MQ Java / JMS Posted: Fri May 01, 2015 3:56 pm Subject: DEFINE Q - QMANAGER property |
How is the QMANAGER property in DEFINE Q within JMSAdmin used? |
Topic: MA01 support pack |
dhireng
Replies: 15 Views: 11630
|
Forum: General IBM MQ Support Posted: Wed Mar 04, 2015 3:38 pm Subject: MA01 support pack |
I already tried using the exit utilities in v8 and I cant login. For the user id and password to be used on this util does it need the exit? |
Topic: CMP API - Trace Node on . off |
dhireng
Replies: 0 Views: 1137
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 04, 2015 3:31 pm Subject: CMP API - Trace Node on . off |
Does anyone know if the CMP API can be used to switch on or off the trace nodes in a message flow. Sounds like a very basic functionality. however I cant find it. I can switch off and on the trace nod ... |
Topic: MA01 support pack |
dhireng
Replies: 15 Views: 11630
|
Forum: General IBM MQ Support Posted: Tue Feb 24, 2015 10:36 pm Subject: MA01 support pack |
export MQM_DLL_PATH=/XXXX/lib works. The debug flag also helped as it showed I had a missing 32 bit lib on my 64 bit server. I just used yum to get the required libs.
Testing with user id and passwo ... |
Topic: MA01 support pack |
dhireng
Replies: 15 Views: 11630
|
Forum: General IBM MQ Support Posted: Tue Feb 24, 2015 11:10 am Subject: MA01 support pack |
fjb_saper: I'm asked to test Authentication using a pre V8 client that supports user ids. amqsputc does not work. I was told q utility will help the test.
Paul: Thanks. I'll set the env. variable. |
Topic: MA01 support pack |
dhireng
Replies: 15 Views: 11630
|
Forum: General IBM MQ Support Posted: Tue Feb 24, 2015 10:36 am Subject: MA01 support pack |
zpat is correct. make is reporting many errors and warnings and it is getting complicated to debug. |