Hello!
Issue:
With several clients, we've noticed strange UI issues with OTM v5.5 CU2. This manifested itself in various ways, and even more frustrating was the fact that it was different for each client. Some of the symptoms were:
We found that the root of these errors were leftover jspx from older code releases (CU01, GA) that needed to be removed. Here are the steps to resolve:
I hope this helps!
--Chris
Issue:
With several clients, we've noticed strange UI issues with OTM v5.5 CU2. This manifested itself in various ways, and even more frustrating was the fact that it was different for each client. Some of the symptoms were:
- Inability to use the "v" buttons to verify input in fields
- Random inability to open screens and finders
- Top tab bar losing it's formatting
- Error messages when trying to open various tabs like:
Error Found Handling The Request.
shipment shipment/feasibility_code not found
shipment shipment/feasibility_code not found
- Errors like the following in the glog.web.log file:
org.apache.jasper.JasperException: Unable to load class for JSP
- etc...
We found that the root of these errors were leftover jspx from older code releases (CU01, GA) that needed to be removed. Here are the steps to resolve:
- Shutdown your OTM web server
- Change directories to <otm_install_dir>/tomcat
- Rename the work subdirectory to work.old
- Create a new (empty) work subdirectory
- Restart the OTM web server
I hope this helps!
--Chris
Comment