Author |
Message
|
Sathyan |
Posted: Thu Jul 04, 2013 3:35 am Post subject: Getting 'Broken pipe' when reporting the prop of confg serv. |
|
|
Newbie
Joined: 04 Jul 2013 Posts: 5
|
I have installed Message broker fixpack 8.0.0.2 in our Solaris Test environment. After successful installation, I am getting 'Broken pipe' exception when doing 'mqsireportproperties' for all configurable services as shown below:
-bash-3.00$ mqsireportproperties Q03_BRK_EDI_002 -c JDBCProviders -o PLMServices_PRIMDB_JDBC -r
Broken Pipe
Broken Pipe
JDBCProviders
PLMServices_PRIMDB_JDBC
connectionUrlFormat='jdbc:db2://[serverName]:[portNumber]/[databaseName]:user=[user]'
connectionUrlFormatAttr1=''
connectionUrlFormatAttr2=''
connectionUrlFormatAttr3=''
connectionUrlFormatAttr4=''
connectionUrlFormatAttr5=''
Can anyone please help me on this issue? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Jul 04, 2013 6:02 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Sathyan |
Posted: Thu Jul 04, 2013 6:12 am Post subject: |
|
|
Newbie
Joined: 04 Jul 2013 Posts: 5
|
U mean the broker UUID?
It is "ac12a9d6-7c98-11e1-b830-000000000000".
I am not sure of the service ID. So below is the OS details
Console CCSID=819, ICU CCSID=819
Default codepage=ISO-8859-1, in ascii=ISO-8859-1
JAVA console codepage name=ISO-8859-1
BIP8996I: Version: 8002
BIP8997I: Product: WebSphere Message Broker
BIP8998I: CMVC Level: S800-FP02
BIP8999I: Build Type: Production, 64 bit, sparc_solaris_2 |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Jul 04, 2013 6:17 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Service Id = User Id. What is the User Id that the Broker is running under? Also, what group is the User Id a member of? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Sathyan |
Posted: Thu Jul 04, 2013 6:24 am Post subject: |
|
|
Newbie
Joined: 04 Jul 2013 Posts: 5
|
The user id is mbadmin and the group it is running is mqbrkrs |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Jul 04, 2013 6:28 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Awesome ! That answer eliminates an installation issue that sometimes happens with the mismatch in IPC communication ownership of pipes.
Something you could try is taking a service trace, if you feel like sifting through a bunch of info. Otherwise, open a PMR.
Do you sudo to mbadmin to run mqsi commands? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Sathyan |
Posted: Thu Jul 04, 2013 6:32 am Post subject: |
|
|
Newbie
Joined: 04 Jul 2013 Posts: 5
|
Yes i do. All other mqsi command are working fine. But only when i do 'mqsireportproperties' for any Configurable services, I am getting this 'broken pipe' error. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jul 04, 2013 7:57 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Sathyan wrote: |
Yes i do. All other mqsi command are working fine. But only when i do 'mqsireportproperties' for any Configurable services, I am getting this 'broken pipe' error. |
Is the output otherwise showing all of the right information? Or are there missing configurable services?
Does it work better in BrokerExplorer? or does that also throw errors?
Did someone play around with the contents of the /var/mqsi/ file system, particularly in the broker specific directories? |
|
Back to top |
|
 |
|