Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 50073 invoked from network); 22 Jun 2007 14:32:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 14:32:52 -0000 Received: (qmail 71981 invoked by uid 500); 22 Jun 2007 14:32:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 71886 invoked by uid 500); 22 Jun 2007 14:32:52 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 71819 invoked by uid 99); 22 Jun 2007 14:32:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 07:32:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 07:32:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B6F667141DC for ; Fri, 22 Jun 2007 07:32:27 -0700 (PDT) Message-ID: <9725730.1182522747747.JavaMail.jira@brutus> Date: Fri, 22 Jun 2007 07:32:27 -0700 (PDT) From: "David Bucciarelli (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-980) bin/apacheds Segmentation fault when installed with a 64 bit JavaVM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org bin/apacheds Segmentation fault when installed with a 64 bit JavaVM ------------------------------------------------------------------- Key: DIRSERVER-980 URL: https://issues.apache.org/jira/browse/DIRSERVER-980 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.5.0 Environment: Linux Suse 10.2 with a 64bit JVM (Sun JRE 1.5.9 update 11) Reporter: David Bucciarelli Executing "/etc/init.d/apacheds start" leads to a segmentation fault with the following output: tst-ldavid3:/home/david/tmp # /etc/init.d/apacheds start JAVA_HOME=/opt/jre1.5.0_11 APACHEDS_HOME=/opt/apacheds-1.5.0 CLASSPATH=:/opt/jre1.5.0_11/lib/tools.jar:/opt/apacheds-1.5.0/bin/bootstrapper.jar:/opt/apacheds-1.5.0/bin/logger.jar:/opt/apacheds-1.5.0/bin/daemon.jar Starting apacheds server: 22/06/2007 16:07:32 4629 apacheds error: Cannot find any VM in Java Home /opt/jre1.5.0_11 /etc/init.d/apacheds: line 131: 4629 Segmentation fault $DAEMON_HOME/apacheds -user $APACHEDS_USER -home $JAVA_HOME -Djava.io.tmpdir=$TMP_DIR -Dlog4j.c onfiguration=file://$SERVER_HOME/conf/log4j.properties -Xms384m -Xmx384m -pidfile $PID_FILE -outfile $SERVER_HOME/var/log/apacheds-stdout.log -errfile $SERVE R_HOME/var/log/apacheds-stderr.log -cp $CLASSPATH org.apache.directory.daemon.JsvcBootstrapper $APACHEDS_HOME start successful apacheds server startup It happens only when using a 64bit JVM. Everything works fine when using a 32bit JVM. It looks like the bin/apacheds wrapper is not compatible with 64bit JVM. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.