|
Problem |
After configuring an Application Server in WebSphere®
Application Server to run as non-root, messages similar to the following
appear in the Application Server's stderr file:
ScratchDir:
<WAS_ROOT>/temp/<application_server>/<web_application>
is not usable |
|
Cause |
The temp files created by the Application Server when it
was running as root are inaccessible to an Application Server process that
is running as a non-root (or non-Administrator) user. |
|
Solution |
- Either:
- Change the permissions of the temp files and directories
at
WAS_ROOT/temp/application_server/web_application
to be accessible by the non-root user
or
- Delete
the WAS_ROOT/temp/application_serverdirectory,
including the files in the directory.
- Insure that the non-root user has read and write access to the
WAS_ROOT/temp directory.
- Restart the Application Server.
|
|