Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread An Established connection was aborted by the software in your host machine.
Wed, Jan 25 2017 9:54 PMPermanent Link

KimHJ

Comca Systems, Inc

Project ewbide.exe raised exception class EEWBSocketException with message'Socket error: An Established connection was aborted by the software in your host machine.
(10053), on API 'recv''.

I get this message when i response to a POST received from a printer.

BuildUserInfo := '{ "jobReady": true, "mediaTypes": [ "application/vnd.star.line" ] }';     
Request.SendCustomContent(UTF8Encode(BuildUserInfo), 'application/json; charset=utf-8','');

I use the same method to send a post request to an EWB web application.
Is it because the printer is an external device on the same network?

Thanks, for any help.
Thu, Jan 26 2017 2:59 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< I get this message when i response to a POST received from a printer. >>

Is this reproducible ?  If so, can you send me a project that reproduces it ?

Normally, this type of error occurs in the internal web server, and doesn't see the light of day unless you're running the IDE in the debugger (the Delphi debugger, that is, which is what the IDE is developed with).

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Jan 26 2017 5:32 PMPermanent Link

KimHJ

Comca Systems, Inc

I only get this message when I add a breakpoint in my Module code. Could this be because it times Out?
Thu, Jan 26 2017 5:33 PMPermanent Link

KimHJ

Comca Systems, Inc

Delphi XE6 debugging
Mon, Jan 30 2017 9:40 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Kim,

<< I only get this message when I add a breakpoint in my Module code. Could this be because it times Out? >>

Ahh, yes.  In the case of an EWB module, you're essentially pausing the EWB Web Server thread that is being executed, so it is possible that the browser may stop waiting and kill the connection on its end.

Tim Young
Elevate Software
www.elevatesoft.com
Image