Boncode error "Error during log write : Thread was being aborted"

Hello,
i have Lucee 4.5.4.017 installed on Windows 2012 with IIS 8 using connector
Boncode 1.0.31.

Sometimes the site does not response the request times out.

On Event Viewer > Windows Logs > Application i see many of this errors:
“Error during log write : Thread was being aborted”

On Boncode log i don’t see error.

This is the BonCodeAJP13.settings:

localhost 8010 1000 False True False True 50000 3 D:\vhosts\siteName\logConnector 65536

On C:\lucee\tomcat\conf\server.xml there is:

Can you help me to resolve this issue?

Best Regards,
Emanuele

Hi Emanuele

Unless you need to log requests for some reason, I would turn it off by setting

0

Or just removing that setting, as 0 is the default.

Julian.On 17 November 2016 at 11:11, ecellini <@ecellini> wrote:

i have Lucee 4.5.4.017 installed on Windows 2012 with IIS 8 using connector
Boncode 1.0.31.

Sometimes the site does not response the request times out.

On Event Viewer > Windows Logs > Application i see many of this errors:
“Error during log write : Thread was being aborted”

On Boncode log i don’t see error.

This is the BonCodeAJP13.settings:

localhost 8010 1000 False True False True 50000 3 D:\vhosts\siteName\logConnector 65536

On C:\lucee\tomcat\conf\server.xml there is:

Can you help me to resolve this issue?

Hello,
at this time on Window Logs there are this errors:

------------- error 1 -----------
Source: BonCodeConnector
Event Id: 417
Error: Connection error 2: Connection between Tomcat and IIS experienced
error. If you restarted Tomcat this is expected. at
BonCodeAJP13.BonCodeAJP13ServerConnection.ConnectionError()
at
BonCodeAJP13.BonCodeAJP13ServerConnection.p_CreateConnection(BonCodeAJP13PacketCollection
packetsToSend)
at BonCodeIIS.BonCodeCallHandler.ProcessRequest(HttpContext context)

------------- error 2 -----------
Event code: 3001
Event message: The request has been aborted.
Event time: 17/11/2016 13:01:55
Event time (UTC): 17/11/2016 12:01:55
Event ID: 167461c0a5c6415085e5ef476a514af0
Event sequence: 139
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/26/ROOT-1-131238572306591563
Trust level: Full
Application Virtual Path: /
Application Path: d:\vhosts\siteName\httpdocs\

Process information:
Process ID: 11136
Process name: w3wp.exe
Account name: IIS APPPOOL\lucee

Exception information:
Exception type: HttpException
Exception message: Request timed out.

Request information:
Request URL: URIsite
Request path: URIsite
User host address:
User:
Is authenticated: False
Authentication Type:
Thread account name: IIS APPPOOL\lucee

Thread information:
Thread ID: 12
Thread account name: IIS APPPOOL\lucee
Is impersonating: False
Stack trace:

Can you help me to resolve this issues?

Thank you.

Emanuele

Emanuele:
this currently indicates a timeout error. Are you certain that the process
has completed on Tomcat?
You can extend the timeout for IIS by changing web.config:

<system.web>
<httpRuntime executionTimeout=“180” /></system.web>

Best,
Bilal