You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2014/11/24 17:01:13 UTC

[jira] [Resolved] (DIRSERVER-1904) Can't start ApacheDS 2.0.0-M15 on Ubuntu 12.04 x64

     [ https://issues.apache.org/jira/browse/DIRSERVER-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-1904.
------------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0-M19

> Can't start ApacheDS 2.0.0-M15 on Ubuntu 12.04 x64
> --------------------------------------------------
>
>                 Key: DIRSERVER-1904
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1904
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M15
>         Environment: $ uname -a
> Linux xxxx-VirtualBox 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Tina Harron
>             Fix For: 2.0.0-M19
>
>
> I can't start ApacheDS 2.0.0-M15 on my Ubuntu 12.04 64-bit machine.
> First I installed ApacheDS as follows:
> {noformat}
> $ chmod a+x apacheds-2.0.0-M15-32bit.bin
> $ sudo ./apacheds-2.0.0-M15-32bit.bin
> ...
> Do you agree to the above license terms? [yes or no]
> yes
> Unpacking the installer...
> Extracting the installer...
> Where do you want to install ApacheDS? [Default: /opt/apacheds-2.0.0-M15]
> Where do you want to install ApacheDS instances? [Default: /var/lib/apacheds-2.0.0-M15]
> What name do you want for the default instance? [Default: default]
> Where do you want to install the startup script? [Default: /etc/init.d]
> Which user do you want to run the server with (if not already existing, the specified user will be created)? [Default: apacheds]
> Installing...
> id: apacheds: No such user
> Done.
> ApacheDS has been installed successfully.
> $
> {noformat}
> Then I tried to start it as follows
> {noformat}
> /etc/init.d$ ./apacheds-2.0.0-M15-default start
> Password:
> su: Authentication failure
> /etc/init.d$ sudo passwd apacheds
> Enter new UNIX password: apache
> Retype new UNIX password: apache
> passwd: password updated successfully
> /etc/init.d$ ./apacheds-2.0.0-M15-default start
> Password: apache
> Starting ApacheDS - default...
> /opt/apacheds-2.0.0-M15/bin/apacheds: 1: eval: /opt/apacheds-2.0.0-M15/bin/wrapper: not found
> {noformat}
> And saw the following error:
> {noformat}
> /opt/apacheds-2.0.0-M15/bin/apacheds: 1: eval: /opt/apacheds-2.0.0-M15/bin/wrapper: not found
> {noformat}
> I get the same error if I try to run wrapper or apacheds in /opt/apacheds-2.0.0-M15/bin directly.
> The only link I was able to find on Google about this is a post from stackoverflow - two more people with the same issue.
> http://stackoverflow.com/questions/15180109/apacheds-startup-wrapper-nod-found



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)