[jira] [Created] (JAMES-4116) WebAdmin Error 500 org. eclipse. jetty.io.EofException: Closed
"Samiul Sami (Jira)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.james.devel |
|---|---|
| Message-ID | <[email protected]> |
Samiul Sami created JAMES-4116:
----------------------------------
Summary: WebAdmin Error 500 org. eclipse. jetty.io.EofException: Closed
Key: JAMES-4116
URL: https://issues.apache.org/jira/browse/JAMES-4116
Project: James Server
Issue Type: Bug
Components: webadmin
Affects Versions: master
Reporter: Samiul Sami
Making any webadmin query multiple times through PostMan returns the following error:
```html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 org.eclipse.jetty.io.EofException: Closed</title>
</head>
<body>
<h2>HTTP ERROR 500 org.eclipse.jetty.io.EofException: Closed</h2>
<table>
<tr><th>URI:</th><td>http://<vm-ip>:8000/users</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>org.eclipse.jetty.io.EofException: Closed</td></tr>
</table>
<hr/><a href="https://jetty.org/">Powered by Jetty:// 12.0.15</a><hr/>
</body>
</html>
```
This error is seemingly fixed if the exact same query is made after adding the "Connection: close" header to the request. Morever, converting the postman query into cURL fixes the issue even without adding the header.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)