[Bug 288616] Re: Tomcat 6 fails to start during install

2008-12-18 Thread Thierry Carrez
Hm, that will not be sufficient. Once jsvc is fixed, Tomcat finally needs the following defined in java.security to start: policy.expandProperties=true policy.allowSystemProperty=true And java.security is also a conffile, so this is also available only after configuration. Not sure we have a

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-12-18 Thread Thierry Carrez
jsvc (from commons-daemon) still can't find a JVM: it statically looks for "jvm.cfg", then tries various well-known libjvm.so locations (but unfortunately not the "server" one). It needs to be taught about that one so that it can find it. ** Also affects: commons-daemon (Ubuntu) Importance: Und

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-12-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openjdk-6 - 6b14-0ubuntu3 --- openjdk-6 (6b14-0ubuntu3) jaunty; urgency=low * Update IcedTea build infrastructure (20081217). * Add support for PARISC. * Use a default jvm.cfg if the jvm.cfg doesn't yet exist after unpacking the runtime pack

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-12-17 Thread Matthias Klose
** Also affects: openjdk-6 (Ubuntu) Importance: Undecided Status: New -- Tomcat 6 fails to start during install https://bugs.launchpad.net/bugs/288616 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-11-27 Thread Thierry Carrez
Proposed patch. java-common (0.30ubuntu5) jaunty; urgency=low * Make default-jre-headless depend on both *-jre-headless and *-jre-lib, except for gcj where it should just depend on java-gcj-compat-headless (fixes LP: #288616) ** Attachment added: "java-common_0.30ubuntu5.debdiff" h

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-11-26 Thread Colin Watson
For now, I would prefer making default-jre-headless depend on both openjdk-6-jre-lib and openjdk-6-jre-headless; that seems simple and non- invasive. Matthias? I don't agree that we should avoid fixing bugs in apt, although we should probably work around them until they're fixed. The ca-certifica

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-11-25 Thread Thierry Carrez
A few details on the proposed solutions: * Fix the apt bug that makes it break the circular dependency at a weird point This is difficult because of the regression potential, should probably be avoided if we can fix it in the Depends themselves ? * Try making default-jre-headless depend on both

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-11-18 Thread Thierry Carrez
The two circular dependencies in JVMs have been confirmed as WONTFIX so we need another solution. Here are the candidates : - Fix the apt bug that makes it break the circular dependency at a weird point - Try making default-jre-headless depend on both openjdk-6-jre-lib and openjdk-6-jre-headless

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-11-01 Thread Matthias Klose
I don't agree, the tomcat6 tries to use java in the postinst, before the -jre-headless package is configured. jvm.cfg is a config file in openjdk-6-jre-headless, and this is only available after configuration. ** Changed in: tomcat6 (Ubuntu) Status: Invalid => New -- Tomcat 6 fails to

[Bug 288616] Re: Tomcat 6 fails to start during install

2008-10-30 Thread Thierry Carrez
The problem is not a pre-depend one but rather a circular dependency in openjdk-6 (bug 291123) and sun-java6 (bug 291128). Those circular dependencies are arbitrarily broken at some point and may result in Tomcat trying to start while the JRE is not yet available... ** Changed in: tomcat6 (Ubuntu)