You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dennis Lundberg (JIRA)" <ji...@apache.org> on 2008/01/10 12:56:34 UTC

[jira] Reopened: (DAEMON-18) File.mkdirs fails in java programs started with daemon on debian woody

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

Dennis Lundberg reopened DAEMON-18:
-----------------------------------


> File.mkdirs fails in java programs started with daemon on debian woody
> ----------------------------------------------------------------------
>
>                 Key: DAEMON-18
>                 URL: https://issues.apache.org/jira/browse/DAEMON-18
>             Project: Commons Daemon
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Operating System: Linux
> Platform: PC
>            Reporter: Morus Walter
>
> There are problems when running tomcat started by daemon under debian woody that
> are described on the tomcat user mailing list. Thread starting with
> http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg131293.html.
> Tomcat doesn't create directories.
> The problem was tracked down to the point, that File.mkdirs fails in this
> situation, when it has to create more than one directory.
> The problems occur on specific systems only, one of them is debian woody.
> (Debian testing/unstable does not show this problem.)
> The problem can be solved by linking jsvc against libpthread.
> So I suggest to add -lpthread to the linking of jsvc in Makefile.in (unless
> there are known/expected issues with that).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.