[Bug 1884591] Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead

2020-06-23 Thread Emmanuel Bourg
*** This bug is a duplicate of bug 1861881 *** https://bugs.launchpad.net/bugs/1861881 The /var/log/tomcat9/catalina.out file is written by rsyslogd, in Debian rsyslogd runs as root so the permissions do not matter, but in Ubuntu rsyslogd runs as syslog:adm and it only has read permissions in

[Bug 1861881] Re: catalina.out not written to, permission issue

2020-06-23 Thread Emmanuel Bourg
The /var/log/tomcat9/catalina.out file is written by rsyslogd, in Debian rsyslogd runs as root so the permissions do not matter, but in Ubuntu rsyslogd runs as syslog:adm and it only has read permissions in /var/log/tomcat9/. The tomcat9 package should be patched to change the permissions set by s

[Bug 796563] Re: ftbfs using JamVM

2018-07-13 Thread Emmanuel Bourg
JamVM is gone ** Changed in: aspectj (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/796563 Title: ftbfs using JamVM To manage notifications about this bug go

[Bug 1425806] Re: ant complains about missing tools.jar due to missing JDK

2018-06-14 Thread Emmanuel Bourg
Ant doesn't need the JDK to run, many tasks only require the JRE. ** Changed in: ant (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1425806 Title: ant complain

[Bug 1052756] Re: package ant-optional 1.8.2-4build1 failed to install/upgrade: dependency problems - leaving unconfigured

2018-06-14 Thread Emmanuel Bourg
The error came from oracle-java7-installer, that's unrelated to ant. ** Changed in: ant (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052756 Title: package a

[Bug 575414] Re: ant uses wrong CWD in screen

2018-06-14 Thread Emmanuel Bourg
I fail to see how Ant could be responsible for this issue. Reassigning to screen. ** Package changed: ant (Ubuntu) => screen (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/575414 Title: ant

[Bug 639956] Re: package ant-optional-gcj 1.7.1-4ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-06-14 Thread Emmanuel Bourg
ant-optional-gcj has been removed ** Changed in: ant (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/639956 Title: package ant-optional-gcj 1.7.1-4ubuntu1

[Bug 522409] Re: package ant-gcj 1.7.1-0ubuntu2 failed to install/upgrade: libgcj failure: gcj linkage error. Incorrect library ABI version detected. Aborting.

2018-06-14 Thread Emmanuel Bourg
ant-gcj has been removed ** Changed in: ant (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522409 Title: package ant-gcj 1.7.1-0ubuntu2 failed to install/

[Bug 126410] Re: Ant is assuming Sun's JRE

2018-06-14 Thread Emmanuel Bourg
** Changed in: ant (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/126410 Title: Ant is assuming Sun's JRE To manage notifications about this bug go to: h

[Bug 401849] Re: package ant-gcj 1.7.1-0ubuntu1 failed to install/upgrade: subprocess post-installation script segfaults

2018-06-14 Thread Emmanuel Bourg
ant-gcj has been removed ** Changed in: ant (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/401849 Title: package ant-gcj 1.7.1-0ubuntu1 failed to install/

[Bug 606998] Re: package ant-gcj 1.7.1-4ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-06-14 Thread Emmanuel Bourg
ant-gcj has been removed ** Changed in: ant (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606998 Title: package ant-gcj 1.7.1-4ubuntu1 failed to in

[Bug 411579] Re: ant-optional shouldn't recommend ant-optional-gcj

2018-06-14 Thread Emmanuel Bourg
GCJ is gone ** Changed in: ant (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/411579 Title: ant-optional shouldn't recommend ant-optional-gcj To ma

[Bug 446282] Re: Installing maven2 requires gcj even though sun java is installed

2018-06-14 Thread Emmanuel Bourg
GCJ is gone ** Changed in: ant (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/446282 Title: Installing maven2 requires gcj even though sun java is i

[Bug 784631] Re: Junit on Ubuntu does not contain hamcrest and sets no classpath

2017-10-24 Thread Emmanuel Bourg
The junit package contains the version 3.8.2 which never included hamcrest. The classpath was fixed in the version 4.8.2-2 of the junit4 package. ** Package changed: junit (Ubuntu) => junit4 (Ubuntu) ** Changed in: junit4 (Ubuntu) Status: Confirmed => Fix Released -- You received this bu

[Bug 283291] Re: JUnit does not run with JDK5 because it is compiled with JDK 6

2017-10-24 Thread Emmanuel Bourg
Java 9 is no longer able to generate Java 5 compatible bytecode and it'll be worse with every new Java release according to JEP 182. This means every time this package is rebuilt the runtime requirement becomes higher than previously. There is nothing we can do since we don't keep old compilers. *

[Bug 1721852] Re: JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-11 Thread Emmanuel Bourg
I eventually managed to build OpenJFX 9 with our openjdk-9 package. But I now realize that integrating it into the JRE isn't going to be as simple as it was for OpenJFX 8. I'll start a thread on debian-java to discuss the options. In the meantime I pushed my work in progress here: https://anonscm

[Bug 1721852] Re: JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-09 Thread Emmanuel Bourg
FYI I started working on the openjdk9 package this week. At some point it might make sense to have default-jre depend on a default-jfx package. Even if OpenJFX is a separate project users now expect to have it automatically on the classpath when they install the JRE. -- You received this bug not

[Bug 798456] Re: ftbfs using JamVM

2017-05-19 Thread Emmanuel Bourg
This is a JamVM bug. This should be checked again with a recent version of JamVM and reported against the corresponding package. ** Changed in: plexus-sec-dispatcher (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1355682] Re: The package(s) provides an old version of Spring

2016-10-25 Thread Emmanuel Bourg
libspring-java has been updated in Ubuntu 15.10 to the version 3.2.13, and in Ubuntu 16.10 to the version 4.3.3 (the most recent at this time). ** Changed in: libspring-java (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1465691] Re: init script doesn't handle hanging tomcat processes

2016-09-29 Thread Emmanuel Bourg
** Also affects: tomcat8 (Ubuntu) Importance: Undecided Status: New ** Changed in: tomcat7 (Ubuntu) Status: New => Confirmed ** Changed in: tomcat8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1136109] Re: Upstream security vulnerability in 3.0.4

2016-09-02 Thread Emmanuel Bourg
Fixed in Trusty. Precise wasn't affected. ** Changed in: maven (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1136109 Title: Upstream security vuln

[Bug 1049795] Re: libxmlrpc3-java : incompatible-java-bytecode-format with OpenJDK 7 as default-jdk

2016-09-02 Thread Emmanuel Bourg
I'm not sure to understand the issue, if libxmlrpc3-java was only compatible with Java >= 7 it certainly worked with OpenJDK 7. Xenial now defaults to OpenJDK 8 so this issue is probably obsolete. ** Changed in: libxmlrpc3-java (Ubuntu) Status: New => Fix Released -- You received this bug

[Bug 1049690] Re: libcommons-digester-java : incompatible-java-bytecode-format with OpenJDK 7 as default-jdk

2016-09-02 Thread Emmanuel Bourg
I'm not sure to understand the issue, if libcommons-digester-java was only compatible with Java >= 7 it certainly worked with OpenJDK 7. Xenial now defaults to OpenJDK 8 so this issue is probably obsolete. ** Changed in: libcommons-digester-java (Ubuntu) Status: New => Fix Released -- You

[Bug 1235143] Re: libcommons-lang-java is incorrectly marked as a dependency of libcommons-cli-java

2016-09-02 Thread Emmanuel Bourg
Fixed in xenial. ** Changed in: libcommons-cli-java (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1235143 Title: libcommons-lang-java is incorrectly

[Bug 1171668] Re: Could we have a new package that installs a symlink to the ivy jar in a location that ant can use?

2016-09-02 Thread Emmanuel Bourg
** Bug watch added: Debian Bug tracker #547969 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547969 ** Also affects: ivy (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547969 Importance: Unknown Status: Unknown -- You received this bug notification because you a

[Bug 1194755] Re: jetty8 installs a service that cannot be automatically started

2016-09-02 Thread Emmanuel Bourg
This was fixed in jetty8/8.1.18-2 (in xenial and later) ** Changed in: jetty8 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194755 Title: jetty8 install

[Bug 1196979] Re: [MIR] libasm4-java (b-d of jarjar)

2016-09-02 Thread Emmanuel Bourg
ASM 4 is available in trusty ** Changed in: asm3 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196979 Title: [MIR] libasm4-java (b-d of jarjar) To mana

[Bug 1180810] Re: Connect fails randomly with error "verify: false"

2016-09-02 Thread Emmanuel Bourg
This was fixed with the upload of jsch/0.1.50-1ubuntu1 in Trusty. ** Changed in: jsch (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1180810 Title: Connec

[Bug 1436208] Re: jardetector does not handle filenames with spaces

2016-07-22 Thread Emmanuel Bourg
Fixed in javatools/0.50 ** Changed in: javatools (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436208 Title: jardetector does not handle filenames with

[Bug 568823] Re: Improved Java Memory/Performance Defaults

2016-07-21 Thread Emmanuel Bourg
** Also affects: tomcat7 (Ubuntu) Importance: Undecided Status: New ** Also affects: tomcat8 (Ubuntu) Importance: Undecided Status: New ** Changed in: tomcat7 (Ubuntu) Status: New => Confirmed ** Changed in: tomcat8 (Ubuntu) Status: New => Confirmed -- You rec

[Bug 741589] Re: tomcat cron should not delete app log files after 14 days by default

2016-07-21 Thread Emmanuel Bourg
** Also affects: tomcat7 (Ubuntu) Importance: Undecided Status: New ** Also affects: tomcat8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 888985] Re: mysql-connector-java version 5.1.16-2 failed to build with openjdk-7

2016-06-20 Thread Emmanuel Bourg
This was fixed in 5.1.25-1 ** Changed in: mysql-connector-java (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/888985 Title: mysql-connector-java ver

[Bug 1086820] Re: libmysql-java bug breaks jira

2016-06-20 Thread Emmanuel Bourg
The version 5.1.38 is now available in Ubuntu. ** Changed in: mysql-connector-java (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1086820 Title: libmysql-

[Bug 1529378] Re: Unable to install gradle on Xenial (causing FTBFS for itself)

2016-04-17 Thread Emmanuel Bourg
Could you try again with gradle >= 2.7-4 please? This was probably caused by a conflict with maven >= 3.3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1529378 Title: Unable to install gradle on Xe

[Bug 1065253] Re: mvn test of jenkins plugins failed with libjna-java installed

2016-03-23 Thread Emmanuel Bourg
@doko It does actually, that's the purpose of the jna.nosys property. When set to true JNA will skip the library path and look only into its classpath. A simple workaround would be to rename the libjnidispatch.so file installed by the libjna-jni package (libjnidispatch-debian.so for example). Thus

[Bug 1029284] Re: The Maven package should not depend on artefacts

2015-08-05 Thread Emmanuel Bourg
I agree that the dependency graph can be optimized and we are working on it. But your initial request was about removing all the libraries and this isn't possible. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1029284] Re: The Maven package should not depend on artefacts

2015-08-05 Thread Emmanuel Bourg
Inspecting the upstream distribution from Apache reveals that several libraries are required to run Maven. Try this: wget http://archive.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz tar -tf apache-maven-3.3.3-bin.tar.gz | grep '\.jar' | sort You'll get: boot/

[Bug 1029284] Re: The Maven package should not depend on artefacts

2015-08-05 Thread Emmanuel Bourg
The maven package doesn't install every Java libraries, just the ones required to run Maven (although, the dependency graph could be improved, several libraries like batik are not needed). The Java packages in Debian and Ubuntu are maintained by a small team of volunteers. If you care about the Ja

[Bug 1029284] Re: The Maven package should not depend on artefacts

2015-08-05 Thread Emmanuel Bourg
The maven package pulls the dependencies because it can be run in offline mode with no access to the Maven Central repository (this is a prerequisite to build official Debian/Ubuntu packages from sources). These dependencies should have no impact on the projects built with Maven, they are stored in

[Bug 1187761] Re: maven package requires install of additional Java environment

2015-08-05 Thread Emmanuel Bourg
maven depend on the default JRE or a JRE providing java-runtime- headless, so if you use the Oracle JRE installed from webupd8team the default JRE will not be pulled. ** Changed in: maven (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member

[Bug 563899] Re: Missing files

2015-08-04 Thread Emmanuel Bourg
Fix pending in Debian for ant (>> 1.9.6-1) ** Changed in: ant (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/563899 Title: Missing files To manage notific

[Bug 303348] Re: Ant Dependency on OpenJDK-6-jre

2015-08-04 Thread Emmanuel Bourg
ant depends on default-jre-headless | java{5,6,7}-runtime-headless and pulls the default version of Java if none is available. ** Changed in: ant (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 411578] Re: ant shouldn't recommend ant-gcj

2015-08-04 Thread Emmanuel Bourg
This was fixed 5 years ago in ant/1.8.0-1 and ant-optional/1.8.0-3. ** Changed in: ant (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/411578 Title:

[Bug 1326687] Re: Websockets do not work

2015-08-04 Thread Emmanuel Bourg
Fix pending in Debian for tomcat7 (>> 7.0.63-1) ** Changed in: tomcat7 (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1326687 Title: Websockets do no

[Bug 1031395] Re: tomcat6 and tomcat7 are not installable side-by-side

2015-08-04 Thread Emmanuel Bourg
This has been fixed in tomcat8 where the /usr/share/java files now start with "tomcat8". tomcat7 wasn't changed, but since tomcat6 has been removed this is no longer an issue in Debian 8 Jessie. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1236132] Re: The index.html file has incorrect HTML structure

2015-08-04 Thread Emmanuel Bourg
Thank you for the report, a fix has been applied in Debian for tomcat7 (>> 7.0.63-1) and tomcat8 (>> 8.0.24-1). ** Changed in: tomcat7 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1443041] Re: AUTHBIND is incorrectly configured to run Tomcat7 on port 80 or 443

2015-08-04 Thread Emmanuel Bourg
Thank you for the report James, the IPv6 fix has been applied in Debian for tomcat7 (>> 7.0.63-1) and tomcat8 (>> 8.0.24-1). The authbind file was already installed with chmod 700, so nothing to change here. I have left the port range as is to avoid breaking existing installations, but we can s

[Bug 1010791] Re: tomcat7 upgrades fail if /etc/tomcat7/tomcat-users.xml is removed

2015-08-04 Thread Emmanuel Bourg
A fix has been applied in Debian for tomcat7 (>> 7.0.63-1) and tomcat8 (>> 8.0.24-1). ** Changed in: tomcat7 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1354193] Re: Variables in /etc/default/tomcat7 overridden in /etc/init.d/tomcat7

2015-08-04 Thread Emmanuel Bourg
The variables in the init file are defined before loading /etc/default/tomcat7, I fail to see why the values were ignored in your case, but I don't think your patch will fix it. ** Changed in: tomcat7 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are

[Bug 1407247] Re: tomcat8 not finding oracle java8

2015-08-04 Thread Emmanuel Bourg
This was fixed in Debian in the version 8.0.21-1 and will be included in wily. ** Changed in: tomcat8 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1407247

[Bug 1325358] Re: sun_checks.xml file still contains "DoubleCheckedLocking" references

2014-10-20 Thread Emmanuel Bourg
This has been fixed upstream in the version 5.7 ** Changed in: checkstyle (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325358 Title: sun_checks.xml fil

[Bug 455806] Re: Missing dependency: libcommons-lang-java

2013-11-01 Thread Emmanuel Bourg
This was fixed in 1.6-2 ** Changed in: commons-configuration (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/455806 Title: Missing dependency: libcommons-l

[Bug 1049692] Re: libcommons-openpgp-java : incompatible-java-bytecode-format with OpenJDK 7 as default-jdk

2013-08-28 Thread Emmanuel Bourg
This is fixed in Debian in libcommons-openpgp-java/0+svn533492-5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049692 Title: libcommons-openpgp-java : incompatible-java-bytecode-format with OpenJ