Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1750 | minor | always | 05-22-07 06:03 | 05-22-07 15:23 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001750: Too much logging if session store fails because server is unavailable | ||||
Description: |
(rep by K Köppert) If we restart a server we get this following error, even with our log at info level. [19:52:56.306] java.net.SocketTimeoutException: Read timed out [19:52:56.306] at java.net.SocketInputStream.socketRead0(Native Method) [19:52:56.306] at java.net.SocketInputStream.read(SocketInputStream.java:129) [19:52:56.306] at com.caucho.vfs.TcpStream.read(TcpStream.java:163) [19:52:56.306] at com.caucho.vfs.ReadStream.readBuffer(ReadStream.java:1001) [19:52:56.306] at com.caucho.vfs.ReadStream.read(ReadStream.java:306) [19:52:56.306] at com.caucho.server.cluster.ClusterStore.saveObject(ClusterStore.java:772) [19:52:56.306] at com.caucho.server.cluster.ClusterStore.saveServer(ClusterStore.java:707) [19:52:56.306] at com.caucho.server.cluster.ClusterStore.store(ClusterStore.java:649) [19:52:56.306] at com.caucho.server.cluster.ClusterObject.store(ClusterObject.java:423) [19:52:56.306] at com.caucho.server.session.SessionImpl.save(SessionImpl.java:915) [19:52:56.306] at com.caucho.server.session.SessionImpl.saveAfterRequest(SessionImpl.java:904) [19:52:56.306] at com.caucho.server.session.SessionImpl.finish(SessionImpl.java:866) [19:52:56.306] at com.caucho.server.connection.AbstractHttpRequest.finish(AbstractHttpRequest. java:2379) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|