[ https://issues.apache.org/jira/browse/JAMES-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Samiul Sami resolved JAMES-4116. -------------------------------- Fix Version/s: master Resolution: Fixed > 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 > Priority: Minor > Fix For: master > > > Making any webadmin query multiple times through PostMan returns the > following error: > {code: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> > {code} > 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) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org