From dev-return-87572-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu Dec 02 07:37:37 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 89229 invoked from network); 2 Dec 2010 07:37:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 07:37:37 -0000 Received: (qmail 32553 invoked by uid 500); 2 Dec 2010 07:37:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 32354 invoked by uid 500); 2 Dec 2010 07:37:36 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 32339 invoked by uid 99); 2 Dec 2010 07:37:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 07:37:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 07:37:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB27bBt3028648 for ; Thu, 2 Dec 2010 07:37:12 GMT Message-ID: <14839768.63471291275431895.JavaMail.jira@thor> Date: Thu, 2 Dec 2010 02:37:11 -0500 (EST) From: "maojia (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-5724) Problem with running Geronimo server as a Windows service using Java Service Wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Problem with running Geronimo server as a Windows service using Java Service Wrapper ------------------------------------------------------------------------------------ Key: GERONIMO-5724 URL: https://issues.apache.org/jira/browse/GERONIMO-5724 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: commands Affects Versions: 2.2 Environment: Sun JDK 1.6.0_21, Windows XP, geronimo-tomcat6-javaee5-2.2 Reporter: maojia Priority: Minor I tried to run Geronimo server as a Windows service using Java Service Wrapper through the following steps: 1. I copied wrapper.exe, g_service.bat, Install_Geronimo.bat and Uninstall_Geronimo.bat to /bin. 2. I copied wrapper.jar and wrapper.dll to /lib. 3. I copied wrapper.conf to /var/config. (The files were modified as in the attachment.) 4.I ran the command: /bin/g_service.bat The following error message was reported: ...... Loading org.apache.ger...2010-12-02 15:10:03,956 ERROR [AbstractEncryption] Unable to decrypt INFO | jvm 1 | 2010/12/02 15:10:04 | java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES ...... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.