]
James Perkins reassigned WFLY-9577:
-----------------------------------
Assignee: (was: Tomaž Cerar)
Upgrade procrun to latest version
---------------------------------
Key: WFLY-9577
URL:
https://issues.redhat.com/browse/WFLY-9577
Project: WildFly
Issue Type: Bug
Components: Scripts
Affects Versions: 10.1.0.Final, 11.0.0.Final, 15.0.0.Final
Environment: Windows 10, Windows Server 2012 R2
Reporter: Markus Stier
Priority: Major
I've installed Wildflay as a Windows Service using the provided scripts in
<Root>\docs\contrib\scripts\service. When stopping the windows service with
{code}
net stop <servicename>
{code}
the service terminates with an application error 1000.
{code}
Name der fehlerhaften Anwendung: wildfly-service.exe, Version: 1.0.15.0, Zeitstempel:
0x51543b9d
Name des fehlerhaften Moduls: ntdll.dll, Version: 6.3.9600.18821, Zeitstempel:
0x59ba86db
Ausnahmecode: 0xc0000005
Fehleroffset: 0x00000000000356a0
ID des fehlerhaften Prozesses: 0x608
Startzeit der fehlerhaften Anwendung: 0x01d3637dd37fa9c8
Pfad der fehlerhaften Anwendung: ....\wildfly-service.exe
Pfad des fehlerhaften Moduls: C:\Windows\SYSTEM32\ntdll.dll
Berichtskennung: ee6df2e2-d0eb-11e7-80e2-00505698739a
{code}
This is a known bug in the Apache Commons Daemon Service Runner version which is used in
the wildfly distribution. See
https://issues.apache.org/jira/browse/DAEMON-336
The bug is fixed in version 1.1.x. Please update the Daemon Service to this version.