Author |
Message
|
mrlazy |
Posted: Thu May 11, 2006 5:56 am Post subject: Broker error logs.. |
|
|
Centurion
Joined: 19 Apr 2006 Posts: 144
|
We are receiving the follwoing error message in the broker logs which is quite surprising for us:
May 10 07:00:20 ******** root: Waiting for filesystem containing /comp/app/oracle/product/10.1.0/bin/crsctl.
May 10 07:02:15 ******** last message repeated 23 times
The reason I say it's surprising is because we don't have oracle 10g installed in the machine at all, all we have is oracle 9.2. I don't know is it trying to locate the file in 10.1.0 (infact there is no such directory at all).
Could some one guide me in troubleshotting this problem? |
|
Back to top |
|
 |
mrlazy |
Posted: Thu May 11, 2006 8:32 am Post subject: |
|
|
Centurion
Joined: 19 Apr 2006 Posts: 144
|
I looked in the .odbc.ini file, but the only line related to ORACLE I found is:
ORACLEDB=MERANT 3.70 Oracle 8 Driver
Since we do not mention the path even in this file, where else do you think can I find the path and change it so that it points to the correct installed version available i.e.9.2, rather than 10? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 11, 2006 8:34 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What is ORA_HOME set to? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EddieA |
Posted: Thu May 11, 2006 8:39 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
error message in the broker logs |
If you mean the ones pointed to in /etc/syslog.conf, then these are system wide, not just the broker. So, it could be any application causing these.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mrlazy |
Posted: Thu May 11, 2006 2:03 pm Post subject: |
|
|
Centurion
Joined: 19 Apr 2006 Posts: 144
|
When I type echo $ORA_HOME, I just come back to shell without any thing being displayed. I tried $ORACLE_HOME too,but the same response.
Which means that oracle database is not setup right. We have DB2 installed on this machine which is used as broker database.
Is it the application connecting to broker that is trying to access oracle or else the broker itself because of which the errors are being thrown? Just tell me where to look into such situation? |
|
Back to top |
|
 |
EddieA |
Posted: Thu May 11, 2006 2:29 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
I tried $ORACLE_HOME too |
That's the right one.
Were you actually logged on as the userID that issues the mqsistartbroker command. If so, then you are right, it isn't set up correctly. In which case, you need to look elsewhere for the source of the errors, because it isn't the broker.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|