otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Patches Applying Cumulative Updates (CUs) and Quick Patches.

Tags: , ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old March 19th, 2008, 11:06
Member
 
Join Date: May 2007
Posts: 97
Thanks: 21
Thanked 4 Times in 4 Posts
Groans: 2
Groaned at 0 Times in 0 Posts
Rep Power: 2
krishna.kk is on a distinguished road
Re: [NEWS] OTM v5.5 CU04 has been released

Hi

Please share the Release content document of CU4 if any one has it.

Rgds
Kishore
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old March 19th, 2008, 11:13
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 191
Thanks: 0
Thanked 30 Times in 30 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 1
nick.polites is on a distinguished road
Re: [NEWS] OTM v5.5 CU04 has been released

Krishna,

The release notes can be downloaded from metalink.

Nick
__________________
MavenWire Hosting Admin
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old March 19th, 2008, 16:19
Junior Member
 
Join Date: Mar 2008
Location: Dortmund,Germany
Posts: 19
Thanks: 7
Thanked 4 Times in 4 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
svenhaul is on a distinguished road
Re: [NEWS] OTM v5.5 CU04 has been released

Quote:
Originally Posted by sknmail@rediffmail.com View Post
After writing above email, I found that there was error while running update_password.sh as a part of dbpatch_55.sql, so my passwords were not reset as CU4 standard password. So I resolved the problem and again re-ran dbpatch_55.sql again. So we have to take care that if for some reason update_password.sh file didn't get executed as part of dbpatch_55, then the problem I mentioned can happen.
- Suresh
I ran into the same issue (thanks for pointing out that possibility!). It turned out that the reason for the update_password.cmd failing was a missing classpath entry. Even if you do not forget to run gc3env.cmd (as I did the first time), the classpath to the Oracle JDBC driver is not set. The subsequent failure of the update_password.cmd does not turn up in the logfile of dbpatch_55.sql; instead, the log file sais the passwords were updated. Sheez, I feel like a detective by now...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to svenhaul For This Useful Post:
chrisplough (March 19th, 2008)
  #14 (permalink)  
Old April 2nd, 2008, 09:54
Senior Member and Blogger
 
Join Date: Dec 2006
Location: Singapore
Posts: 141
Blog Entries: 5
Thanks: 5
Thanked 11 Times in 10 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
ianlo is on a distinguished road
Send a message via AIM to ianlo Send a message via Skype™ to ianlo
Re: [NEWS] OTM v5.5 CU04 has been released

Hi everyone,

While installing CU4, I encountered an error:

Loading new java classes
/bin/bash/loadjava not found

is this expected

I did run gc3env.sh before the installation.

Would be grateful for any help!

Thanks!
Ian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old April 2nd, 2008, 16:12
Member
 
Join Date: May 2007
Location: India
Posts: 67
Thanks: 1
Thanked 2 Times in 2 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
sknmail@rediffmail.com is on a distinguished road
Send a message via Yahoo to sknmail@rediffmail.com
Re: [NEWS] OTM v5.5 CU04 has been released

Hi Ian,

loadjava executable should be present in $ORACLE_HOME/bin folder on the Application Server where Oracle client is installed.
If you have the Oracle client properly installed and ORACLE_HOME env variable properly configured; I think you should not face this issue.
The reason I am saying Oracle Client should be properly installed is because I had a bad practice of copying Oracle client folder from one system to another while configuring the Devl env at work..and the issue I used to end up in this case was if you edit file loadjava; you would find that there are various path present which should be actually present on the system. So if you are doing the installation, all these would be taken care automatically.
Another check would be plz verify in gc3env.sh the path of Oracle Client for variable ORACLE_HOME is set properly. I hope this helps.

Regards,
Suresh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old April 2nd, 2008, 16:23
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 778
Blog Entries: 7
Thanks: 48
Thanked 189 Times in 115 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: [NEWS] OTM v5.5 CU04 has been released

Ian,

I agree with Suresh. However, also looking at the error, it's possible that this is a bug/typo in the OTM scripts, because of the "/bin/bash/" prepended to the loadjava command.
Quote:
/bin/bash/loadjava not found
You may want to search through the script8 directory for "/bin/bash/loadjava". If you find any, then replace the string with "/bin/bash loadjava".

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old April 3rd, 2008, 05:32
Senior Member and Blogger
 
Join Date: Dec 2006
Location: Singapore
Posts: 141
Blog Entries: 5
Thanks: 5
Thanked 11 Times in 10 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
ianlo is on a distinguished road
Send a message via AIM to ianlo Send a message via Skype™ to ianlo
Re: [NEWS] OTM v5.5 CU04 has been released

Hi Chris and Suresh,

I realised that the Oracle client installed was not Administrator. Hence loadjava was not found in ORACLE_HOME/bin.

Looks like it was carelessness on the Oracle client installation Will try it out again!

Thanks for all your help and replies!

[Update]: After re-installing Oracle client as Administrator mode, the loadjava binary was found in ORACLE_HOME/bin.

Ian

Last edited by ianlo : April 17th, 2008 at 03:16.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Presentation: OTM v5.5 CU04 New Features chrisplough Documents and Attachments 3 December 20th, 2007 21:21
Otm 55 Cu04 mnlv00 Patches 2 December 20th, 2007 21:20
[NEWS] OTM v5.5 CU3 is available on MetaLink chrisplough Patches 3 June 4th, 2007 12:39
[NEWS] RHEL 5.0 Released! (Red Hat Enterprise Linux) chrisplough Hardware and Platforms 1 April 13th, 2007 16:16
[NEWS] OTM v5.5 CU2 is available on MetaLink chrisplough Patches 0 January 8th, 2007 12:39



All times are GMT. The time now is 07:33.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37