[Bug 274365] Re: Installation over Sun JVM might fail if JVM is not yet configured

2008-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.18-0ubuntu2 --- tomcat6 (6.0.18-0ubuntu2) intrepid; urgency=low * debian/rules: call dh_installinit with --error-handler so that install doesn't fail if Tomcat cannot be started during configure (LP: #274365) -- Thierry Carrez

[Bug 274365] Re: Installation over Sun JVM might fail if JVM is not yet configured

2008-10-07 Thread Mathias Gug
I don't think a PreDepends is necessary in that case. It may be an issue with a circular dependency. Here is a log of the postinst: Setting up sun-java6-jre (6-07-4ubuntu2) ... Setting up libcommons-daemon-java (1.0.2~svn20061127-9ubuntu1) ... Setting up jsvc (1.0.2~svn20061127-9ubuntu1) ...

[Bug 274365] Re: Installation over Sun JVM might fail if JVM is not yet configured

2008-10-07 Thread Mathias Gug
Using aptitude instead apt-get leads to a functional tomcat6. Although tomcat6 fails to configure the first time, aptitude retries once all the package have been configured. In the case of smart-pm it handles the installation correctly, though emitting a warning about a dependency problem:

[Bug 274365] Re: Installation over Sun JVM might fail if JVM is not yet configured

2008-10-06 Thread Thierry Carrez
Fix for tomcat6 tomcat6 (6.0.18-0ubuntu2) intrepid; urgency=low * debian/rules: call dh_installinit with --error-handler so that install doesn't fail if Tomcat cannot be started during configure (LP: #274365) -- Thierry Carrez [EMAIL PROTECTED] Mon, 06 Oct 2008 13:55:21 +0200 **

[Bug 274365] Re: Installation over Sun JVM might fail if JVM is not yet configured

2008-10-01 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat5.5 - 5.5.26-3ubuntu2 --- tomcat5.5 (5.5.26-3ubuntu2) intrepid; urgency=low * Don't fail install if Tomcat cannot be started (LP: #274365, LP: #212536) -- Thierry Carrez [EMAIL PROTECTED] Mon, 29 Sep 2008 15:03:01 +0200 ** Changed in:

[Bug 274365] Re: Installation over Sun JVM might fail if JVM is not yet configured

2008-09-29 Thread Thierry Carrez
** Also affects: tomcat5.5 (Ubuntu) Importance: Undecided Status: New -- Installation over Sun JVM might fail if JVM is not yet configured https://bugs.launchpad.net/bugs/274365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 274365] Re: Installation over Sun JVM might fail if JVM is not yet configured

2008-09-25 Thread Thierry Carrez
Rather than a complex pre-depend on a virtual we should just make the installation succeed even if tomcat startup failed (use --error- handler=true in dh_installinit in debian/rules). ** Changed in: tomcat6 (Ubuntu) Importance: Undecided = Low Status: New = Triaged -- Installation