[Bug 440685] Re: -enableassertions -server not working with tomcat 5.5.26 in Ubuntu 9.04

2009-11-09 Thread Thierry Carrez
Reproduced with OpenJDK / tomcat6 / Ubuntu 9.10 The issue here is that you are not passing java options, but jsvc options. jsvc accepts -X and -D options and passes them to the underlying JVM. It does not recognize -enableassertions or -server (see man jsvc). It recognizes -ea for

[Bug 440685] Re: -enableassertions -server not working with tomcat 5.5.26 in Ubuntu 9.04

2009-11-09 Thread Thierry Carrez
Reproduced with OpenJDK / tomcat6 / Ubuntu 9.10 The issue here is that you are not passing java options, but jsvc options. jsvc accepts -X and -D options and passes them to the underlying JVM. It does not recognize -enableassertions or -server (see man jsvc). It recognizes -ea for

[Bug 440685] Re: -enableassertions -server not working with tomcat 5.5.26 in Ubuntu 9.04

2009-10-13 Thread Thierry Carrez
** Changed in: tomcat5.5 (Ubuntu) Status: Incomplete = New -- -enableassertions -server not working with tomcat 5.5.26 in Ubuntu 9.04 https://bugs.launchpad.net/bugs/440685 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 440685] Re: -enableassertions -server not working with tomcat 5.5.26 in Ubuntu 9.04

2009-10-12 Thread alan
I am using: java version 1.6.0_16 Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode) And I have the same problem with openJDK. It's not java for sure. Putting in the command line it seems pretty fine: java -Xmx1024m

[Bug 440685] Re: -enableassertions -server not working with tomcat 5.5.26 in Ubuntu 9.04

2009-10-09 Thread Thierry Carrez
Sounds like a JVM bug: What JVM are you using ? Could you try passing those options directly to java to test how it reacts ? ** Changed in: tomcat5.5 (Ubuntu) Importance: Undecided = Low ** Changed in: tomcat5.5 (Ubuntu) Status: New = Incomplete -- -enableassertions -server not

[Bug 440685] Re: -enableassertions -server not working with tomcat 5.5.26 in Ubuntu 9.04

2009-10-02 Thread alan
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/32870534/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/32870542/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/32870543/ProcStatus.txt --