You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2012/12/27 17:22:12 UTC

[jira] [Resolved] (DERBY-5432) Space in default installation directory makes tools (e.g. dblook) unrunnable

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

Knut Anders Hatlen resolved DERBY-5432.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.6.1.0

This bug was fixed as a side effect of DERBY-3207. Resolving the issue.
                
> Space in default installation directory makes tools (e.g. dblook) unrunnable
> ----------------------------------------------------------------------------
>
>                 Key: DERBY-5432
>                 URL: https://issues.apache.org/jira/browse/DERBY-5432
>             Project: Derby
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 10.5.3.0
>         Environment: MacOS X Lion (10.7.1)
>            Reporter: Timothy Miller
>            Priority: Minor
>              Labels: derby_triage10_9
>             Fix For: 10.6.1.0
>
>
> The default installation directory for Derby has a space in it.  Here, it came out as "javadb 10.5.3.0".  There is a bug in (at least) the dblook script that cannot handle this space.
> $ ../javadb\ 10.5.3.0/bin/dblook -d MinuteMan
> ../javadb 10.5.3.0/bin/dblook: line 26: /Users/millerti/javadb: No such file or directory
> This is on line 26 of the dblook script:
> . $DERBY_HOME/bin/derby_common.sh
> Where $DERBY_HOME is used, there needs to be quotation marks, like this:
> . "$DERBY_HOME/bin/derby_common.sh"
> If I add those, the tool starts up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira