-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chris,

On 7/30/2010 2:37 AM, Chris Markle wrote:
> Running Tomcat 7.0.0 under Eclipse on Windows XP SP3. When I save a
> change to my app and Tomcat reloads whatever it reloads, I get the
> following exception. I did some web searching but to no avail.
> 
> The directory C:\Documents and
> Settings\Dad\Desktop\dev\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\Catalina\localhost\_\
> exists but there is no SESSIONS.ser file in it.

Look at the exception: it occurs in FileOutputStream.open(), which means
that Tomcat is failing to open the file for /writing/, not for reading.

FileNotFoundException when writing to a file usually means there is a
problem with the permissions of the directory (or directories) where
that file is trying to be created.

Unfortunately, the author of the StandardManager class thought that
"unloading" would be a good word to mean "writing" when trying to save
sessions to the disk.

Check your permissions and see if anything is amiss. Be aware that the
euid of the Tomcat process might not be /yours/.

Hope that helps,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxS7UAACgkQ9CaO5/Lv0PCKVQCcC4TfRfJyvksmf2+aTGlwK/mL
4hMAoLUJZ5G3tY5nMuCSaTZSHTWjmsf5
=RBjP
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to