Java CAPS JMS Reference

Troubleshooting

This topic contains descriptions of suggested solutions for problems you may encounter when using the JMS IQ Manager.

Timestamp Errors

If the timestamps in the stcms.log are not correct, given the system time zone as specified by the TZ environment variable, shut down the domain and edit the following file:


logicalhost/is/domains/domain-name/config/domain.xml

Insert the following line after the line <!-- various required jvm-options -->:


<jvm-options>-Dstcms.timezone=your-timezone</jvm-options>

Example 1–21 Timestamp Correction


<!-- various required jvm-options -->
<jvm-options>-Dstcms.timezone=PST8PDT</jvm-options>