This was the fix.. Some readme says.. fix only when you have issue. .but we have to do upfront to fix it...
. Rename the following files on the Web server:
$OTM/glog/gc3webapp/WEB-INF/lib/standard.jar => standard.jar.orig
$OTM/glog/gc3webapp/WEB-INF/lib/3rdparty/standard.jar => standard.jar.orig
$OTM/glog/gc3webapp/WEB-INF/lib/3rdparty/saxpath.jar => saxpath.jar.orig (*)
$OTM/glog/gc3webapp/WEB-INF/lib/3rdparty/jaxen-full.jar => jaxen-full.jar.orig (*)
where $OTM is the root directory where Oracle Transportation Management was installed.
(*) these files will not exist on newer Oracle Transportation Management installations
2. Download the following file into a temporary directory:
a.
http://flavio.tordini.org/download/s...-jaxen-1.1.jar
Note: If your browser downloads this as a .zip file, do NOT unzip it; simply rename it as directed in the next step.
3. Rename the file to standard.jar and copy it to the following directories on the Web server only:
$OTM/glog/gc3webapp/WEB-INF/lib
$OTM/glog/gc3webapp/WEB-INF/lib/3rdparty
where $OTM is the root directory where Oracle Transportation Management was installed.
4. Download the following file into a temporary directory:
a.
http://dist.codehaus.org/jaxen/distr...axen-1.1.1.zip
5. Unzip jaxen-1.1.1.zip using a Zip utility such as WinZip and locate the following files:
a. jaxen-1.1.1/jaxen-1.1.1.jar
6. Rename the file to jaxen-full.jar and copy it to the following directory on the Web server only:
$OTM/glog/gc3webapp/WEB-INF/lib/3rdparty
where $OTM is the root directory where Oracle Transportation Management was installed.
7. On Linux, Solaris, HP-UX and AIX, change the permissions on the files (in BOTH directories) to -rwxr-xr-x on the Web server:
$ chmod 755 standard.jar jaxen-full.jar
8. On Linux, Solaris, HP-UX and AIX, change the owner of the files (in BOTH directories) to the user used to install Oracle Transportation Management (e.g. otm60) on the Web server:
$ chown otm60 standard.jar jaxen-full.jar