Getting Stylesheet Not Found Errors Even Though The Stylesheet Is Being Found.
(Doc ID 555540.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Transportation Management - Version 5.5.03.03 and laterInformation in this document applies to any platform.
*** ***
Symptoms
-- Problem Statement:
Users are getting lots of messages in the weblogic console log saying a particular stylesheet is not being found although they do not have any problems with that stylesheet being applied when the external system is being used.
It looks like the glog.webserver.stylesheetRoot and the glog.integration.stylesheetRoot are being concatenated together for some reason.
glog.webserver.documentRoot: /app/otm55/apache/htdocs/
glog.webserver.stylesheetRoot: /app/otm55/apache/htdocs/xsl/
glog.webserver.webroot: /app/otm55/apache/htdocs/
glog.integration.stylesheetRoot: /app/otm55/glog/integration/client/xsl/
From help
glog.integration.stylesheetRoot-The application server part of OTM uses XSL files to transform
inbound and outbound transmissions. The web server part of OTM also uses XSL files but to format
the GUI.When uploading XSL files, OTM can save each XSL file in two different directories. This
property controls where OTM saves XSL files on the application server.
glog.webserver.stylesheetRoot-This setting defines where on your system the XSL files are stored
----------------------------------
The message looks like:
java.io.FileNotFoundException:
/app/otm55/apache/htdocs/xsl/app/otm55/glog/integration/client/xsl/XXXResequenceReleaseLines.xsl
(No such file or directory)
-- Business Impact:
Users want to know if this is something negative happening and why they are getting the messages when the file path does not even exists that is mentioned in the log.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |