|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Issue with GlobalCache using XC 10 Extreme Scale Grid |
« View previous topic :: View next topic » |
Author |
Message
|
mahesh2069 |
Posted: Thu Apr 17, 2014 1:21 am Post subject: Issue with GlobalCache using XC 10 Extreme Scale Grid |
|
|
Centurion
Joined: 26 Jun 2013 Posts: 103
|
Hi All,
I want to connect Global Grid which is exist in the XC 10 box.
For that I create Sample Grid in XC10 box with a name xc10Grid , that Grid Catalog Server Endpoint is "192.168.213.129:2809"
Here I have not use SSL security
First I create Configurable service ::
Code: |
mqsichangeproperties IB9TEST2 -c WXSServer -o xc10Appliance -n catalogServiceEndPoints,gridName,overrideObjectGridFile,securityIdentity -v "192.168.213.129:2809","xc10Grid","","xc10id"
|
For connection the data grid I use mqsisetdbparms
Code: |
mqsisetdbparms IB9NODE -n wxs::xc10id -u userId -p password
|
later I restart the broker.
In java compute node I want get the MbGlobalMap Object for that
I am using configurable service
Code: |
MbGlobalMap myMap = MbGlobalMap.getGlobalMap("myMap", "xc10Appliance");
|
But I am unable to get the GlobalMap Object
got exception ::
Code: |
Text:CHARACTER:Failed to get session with grid
Insert
Type:INTEGER:5
Text:CHARACTER:xc10Grid
Insert
Type:INTEGER:5
Text:CHARACTER:192.168.213.129:2809
Insert
Type:INTEGER:5
Text:CHARACTER:java.net.SocketTimeoutException: connect timed out:host=192.168.213.129,port=2809
Insert
Type:INTEGER:5
Text:CHARACTER:xc10Appliance
|
Please help me how to resolve it. _________________ Thanks & Regards
Mahesh Mediboyina
WMB Developer |
|
Back to top |
|
 |
ghoshly |
Posted: Thu Apr 17, 2014 3:45 am Post subject: No Firewall ? |
|
|
Partisan
Joined: 10 Jan 2008 Posts: 333
|
Mahesh,
Make sure there is no firewall between broker and datapower box which is restricting the connection.
Check with trace or syslog, if you get any further detail of the exception. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|