I'm having a very vexing problem with one remote user who depends on SWA. He can login to SWA but the client doesn't get further than displaying 'Loading folder...' when a folder is selected. I can access some of his mail using Thunderbird, but folders with large numbers of msgs seem to be no-go. MAPI is no problem.
In attempt to solve this I I have so far:
- Moved the contents of INBOX to a temp folder.
Done an active omscan for the user using the -f option.
Restarted tomcat
Edit: Restarted IMAP
But none have been successful.
I've turned up IMAP logging to 15, here a couple of snippets that may or may not be relevant:
Code: Select all
[OM 24145] Attempt to convert to or from unknown character set .
REPORT IMAP Server Da(IMAP Server Pr) 21.08.07 08:52:24
[OM 24070] Debug message for Lab use :
imapSatelliteCommand: Satellite has died, tidying up...
User Name: xxx xxx / redress3, local/CN=xxx xxxOne thing I note is that following an attempt to access this particular user's mail via SWA tomcat won't terminate using the init. script (although it claims to), it needs to be manually killed.
catalina.out has a few SEVERE errors, including this one:
Code: Select all
SEVERE: IOException while loading persisted sessions: java.io.EOFException
java.io.EOFException
at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown Source)
at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
at java.io.ObjectInputStream.<init>(Unknown Source)
at org.apache.catalina.util.CustomObjectInputStream.<init>(CustomObjectInputStream.java:56)
at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:384)
<snipped for now>Nothing of obvious interest in localhost_log*, caa.log or fatal.
To reiterate - other users can access SWA fine.
This is Scalix 10.0.0.5 on FC4 - no changes to the config made recently.
Any pointers on how to debug/fix this greatly appreciated.
Ben.
