Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] "early EOF" warning when https call from old application in 9.2.9.v2015022er

It isn't clear to me where to enable javax.net.debug=all.

The server jetty9 does not have slf4jlog or javautillog defined, the level is at debug when I open prunmgr//ES//nameofservice, the stack trace from this server log is in the first email.

I don't even know whether "GET//domain:443/geoserver/rest" means an http prefix or an https prefix but I suppose http since our Jetty9 says connection reset to those.

Will probably need to hire external help here but thanks for your time.

 


On Tue, Jan 31, 2017 at 11:48 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Tue, Jan 31, 2017 at 11:11 AM, David Persson <perssond9@xxxxxxxxx> wrote:
> Hi, thanks for your reply.
>
> The EOF call that yields a functional issue for the end user appears to be
> made from the 'server side' of this application to its neighbour application
> in the same Jetty9(and as such the same jre, 8), Geoserver.

Okay. So have you enabled javax.net.debug=all ?
DEBUG level logs on the server ?
Why the server closes the connection ?

--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top