Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA50B11B5C for ; Tue, 9 Sep 2014 08:30:28 +0000 (UTC) Received: (qmail 45056 invoked by uid 500); 9 Sep 2014 08:30:28 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 44962 invoked by uid 500); 9 Sep 2014 08:30:28 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 44949 invoked by uid 99); 9 Sep 2014 08:30:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 08:30:28 +0000 Date: Tue, 9 Sep 2014 08:30:28 +0000 (UTC) From: "Bernd Ernesti (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DAEMON-322) Missing Windows 2012 R2 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bernd Ernesti created DAEMON-322: ------------------------------------ Summary: Missing Windows 2012 R2 support Key: DAEMON-322 URL: https://issues.apache.org/jira/browse/DAEMON-322 Project: Commons Daemon Issue Type: Bug Components: Procrun Affects Versions: 1.0.15 Environment: Windows 2012 R2 Tomcat 7.0.55 Java 7u67 Reporter: Bernd Ernesti Tomcat uses Procrun to install a Windows service. I opened a bug at the tomcat tracker (https://issues.apache.org/bugzilla/show_bug.cgi?id=56929) and was pointed out to open it here. Windows 8.1 is probably also affected too. Here is the Tomcat bug: The server information while running as a Windows service on 2012 R2 is wrong. The system is identified as: OS Name: Windows Server 2012 OS Version: 6.2 It is correct when starting tomcat with startup.bat: OS Name: Windows Server 2012 R2 OS Version: 6.3 How to reproduce: 1. Install the Windows service from apache-tomcat-7.0.55\bin service.bat install Test 2. Activate the configuration for the /manager/ access in conf\tomcat-users.xml 3. Start the service 4. Navigate to the /manager/status page 5. The "Server Information" contains the wrong OS Version 6. Stop the Windows service 7. Start the tomcat with the startup.bat script 8. Check the /manager/status page again which now contains the correct version The issue could be related due too the service binary which needs to be recompiled for: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx and the link inside it for: http://msdn.microsoft.com/en-us/library/windows/desktop/dn481241%28v=vs.85%29.aspx -- This message was sent by Atlassian JIRA (v6.3.4#6332)