otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


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

OTM SIG
MavenWire


Installation and Upgrades Getting past the first step - installing and upgrading OTM / G-Log.

Tags: ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old May 31st, 2006, 13:20
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
How do you verify your install had no errors?

One of the most frustrating parts about installing complex applications like OTM / GC3 is having the server not startup after a successful installation (or so you thought!). Here are a couple of tips to help you verify your installation prior to moving on.

First, when the installer is complete, it will notify you if any major errors have occurred. If you receive the message:

Code:
===============================================================================
Installation Complete
---------------------

Congratulations. G-Log GC3 v5.0 has been successfully installed to:
...
Note: There is also a GUI version of this message that says the same thing.

Then nothing major went awry - congratulations! If you receive any other message, then you'll need to dig further into the installation log file (covered in the next section) to determine what went wrong.

Second, just-in-case, it is always a good idea to verify that everything is kosher by checking the log file created by the installer. This is an XML file that is written to your <gc3_install_dir> and is named G-Log_GC3_v<version_number>_InstallLog.xml. The beginning of this file looks like:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<InstallationLog>
    <ProductName>G-Log_GC3_v5.0</ProductName>
    <Creator>Installed by InstallAnywhere 7.1 Enterprise Build 2763, by Macrovision</Creator>
    <InstallationDirectory>/opt/gc3v50</InstallationDirectory>
    <InstallationSummary status="Installation: Successful."/>
    <InstallDuration begin="Tue May 30 19:44:21 EDT 2006" end="Tue May 30 20:02:22 EDT 2006"/>
    <ActionsSummary>
        <Successes>28779</Successes>
        <Warnings>0</Warnings>
        <NonFatalErrors>0</NonFatalErrors>
        <FatalErrors>0</FatalErrors>
        <ActionNotes>None</ActionNotes>
    </ActionsSummary>
    <InstallLogDetails>
        <action name="Install Action" status="successful"/>
        <action name="Install Action" status="successful"/>
...
Take a look at the ActionsSummary section. Successes are good, Warnings can generally be ignored -- NonFatalErrors and FatalErrors are problems. If you see any NonFatalErrors or FatalErrors, then you'll need to search through the log file in order to get more information. Search for the string status="error (note that I don't include closing quotation marks, so that it matches both error and errors). Any likes that match this search are errors that occurred during installation and need to be addressed.

Even if this error doesn't help you directly - having this information can greatly reduce the issue resolution time by Oracle support. It provides them with a good starting point, so that they can rapidly solve your problem.

Hope this helps!
__________________
Chris Plough
MavenWire

www.MavenWire.com
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
Logon Page not coming up - New Install gig Installation and Upgrades 10 January 22nd, 2008 21:29
Group Name For Apache Gets Set Incorrectly during install gig Installation and Upgrades 1 January 4th, 2008 06:13
[SOLVED] Simple Order Screen showing java errors peacefuleye Installation and Upgrades 3 August 2nd, 2007 12:50
[SOLVED] tranmission purge errors sloppypoet Database Administration 2 July 23rd, 2007 17:22
[SOLVED] Resolved: console.log errors after CU2 upgrade chrisplough Patches 0 February 15th, 2007 13:49



All times are GMT. The time now is 22:13.
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