Your message dated Sat, 25 May 2013 17:53:10 +0300 (EEST)
with message-id <[email protected]>
and subject line Closing old bugs filed against tomcat5.5 (or related packages)
has caused the Debian Bug report #546652,
regarding tomcat init.d startup script should initialize HOME directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
546652: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546652
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tomcat
Version: 5.5.26-5

When using Hudson + maven-release-plugin the last one needs to perform
SVN manipulations unattended. Unfortunately, due to the problem, that
HOME variable setting is inherited from a user, who launched tomcat, svn
CLI cannot correctly read/persist authentication data, in particular
"mvn release:prepare" fails with message:

svn: OPTIONS of Server certificate verification failed: issuer is not
trusted

Solution:

1. Make sure /usr/share/tomcat5.5 is a HOME directory for user tomcat55.
Then add HOME initialization to tomcat startup script:

=== /etc/init.d/tomcat5.5 ===
CATALINA_HOME=/usr/share/$NAME
DEFAULT=/etc/default/$NAME

export HOME=$CATALINA_HOME
=== end ===

2. Become 'tomcat user' and run 'svn list ...' command and accept the
certificate permanently:

# sudo -u tomcat55 -H /bin/bash
tomcat55:/usr/share/tomcat5.5$ svn list https://.../

3. maven-release-plugin plugin can be configured via project settings in
Hudson, e.g. one may wish to define:

-Dresume=false release:prepare release:perform
-DtagBase=https://.../svn/public/tags/group/project/
-Dusername=user -Dpassword=nnn

Additional information:
http://centurion.dynalias.com/w/software/maven#releasing_the_project

With best wishes,
Dmitry





--- End Message ---
--- Begin Message ---
Version: 5.5.26-5

Hello,

Some (long) time ago you filed this bug against tomcat5.5 or a related 
package. In the meantime the tomcat5.5 package has been renamed and this 
bug was "lost". Since the bug is already quite old now it is being 
closed.

If the issue you encountered is still present in recent tomcat packages 
(as released with Debian 7.0 wheezy for example) the maintainer(s) would 
very much appreciate a fresh report using:

    reportbug <package>

You should also mention the number of this bug if you think it contains 
valuable information.

Please note that further information sent to this bug is likely to 
remain unread, because the bug is currently not assigned to any existing 
package.


Thank you for for trying to improve Debian by reporting bugs.

Kind regards,
Andrei (with no relation to tomcat maintenance)

--- End Message ---

Reply via email to