View Single Post
  #2 (permalink)  
Old May 24th, 2007, 16:22
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 847
Blog Entries: 7
Thanks: 53
Thanked 205 Times in 124 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
Re: OTM v5.5 CU3 is available on MetaLink

FYI - I've now installed this onto a client's site. So far, the everything has gone well, however, there were a couple of hitches during the installation of the patch:

When installing the CU3 patch, I received the error:
Code:
Incorrect OTM Version!
----------------------
This patch is not compatible with the version of OTM you have installed under
This was resolved by changing the following entries in the glog.properties file from:
Code:
glog.software.version=Otmv552
glog.software.patch.version=Otmv552-P20061218
To:
Code:
glog.software.version=OTMv55
glog.software.patch.version=OTMv55-CU02
Note: This should only occur if your OTM installation is based off of the v5.5.2 installer and was not updated manually to CU02.

Next while running the installer, it errored out and crashed with the message:
Code:
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.InternalError: jzentry == 0,
 jzfile = -849907184,
 total = 58991,
 name = /opt/otm55mwtest/glog/gc3webapp/WEB-INF/lib/glogserver.jar,
 i = 17,
 message = invalid LOC header (bad signature)
        at java.util.zip.ZipFile$3.nextElement(Unknown Source)
        at java.util.zip.ZipFile$3.nextElement(Unknown Source)
        at ZeroGy.d(DashoA8113)
        at ZeroGy.a(DashoA8113)
        at ZeroGy.b(DashoA8113)
        at ZeroGd.g(DashoA8113)
        at com.zerog.ia.installer.actions.InstallUninstaller.c(DashoA8113)
        at com.zerog.ia.installer.actions.InstallUninstaller.installSelf(DashoA8113)
        at com.zerog.ia.installer.Action.install(DashoA8113)
        at com.zerog.ia.installer.actions.InstallDirectory.install(DashoA8113)
        at com.zerog.ia.installer.Action.install(DashoA8113)
        at com.zerog.ia.installer.GhostDirectory.install(DashoA8113)
        at com.zerog.ia.installer.Installer.install(DashoA8113)
        at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
        at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
        at com.zerog.ia.installer.Main.main(DashoA8113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.zerog.lax.LAX.launch(DashoA8113)
        at com.zerog.lax.LAX.main(DashoA8113)
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
This is a known issue - just re-run the patch and it will succeed the 2nd time.

Finally, when applying the DB portion of the OTM patch, it notifies you that a particular patch (5730086) will not be applied automatically, due to potential performance issues.

Here's the details of patch 5730086:
Quote:
Description: Shipment actions do not work well on shipments with arbitraries.

Details: Actions such as Recalculate Cost and Assign Rate can be performed on shipments with arbitraries. Also added an order movement action to Build Shipments and select/refine shipments on a leg.
If you decide to apply this patch, just sqlplus into your OTM DB as glogowner and run the following:
Code:
@create_dbpatch_55
exec dbpatch_55.apply_patch('patch5730086');
drop package dbpatch_55;
Hope this helps!
--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Reply With Quote