[Bug 440685] [NEW] "-enableassertions -server" not working with tomcat 5.5.26 in Ubuntu 9.04
alan
alanwilter at gmail.com
Fri Oct 2 16:22:38 UTC 2009
Public bug reported:
Binary package hint: tomcat5.5
I put that in /etc/default/tomcat5.5:
JAVA_OPTS="-Xmx1024m -enableassertions -server -XX:MaxPermSize=512m
-XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled
-Djava.awt.headless=true"
But I got this message:
Invalid option -enableassertions
Then I move to:
JAVA_OPTS="-Xmx1024m -ea -server -XX:MaxPermSize=512m
-XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled
-Djava.awt.headless=true"
and I got:
Invalid option -server
Then, if I remove '-server':
JAVA_OPTS="-Xmx1024m -ea -server -XX:MaxPermSize=512m
-XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled
-Djava.awt.headless=true"
tomcat finally start.
But why that? and how can I be sure that tomcat is running with
assertions and server enabled?
ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/jsvc
Package: jsvc 1.0.2~svn20061127-9ubuntu2
ProcAttrCurrent: unconfined
ProcEnviron:
PATH=(custom, no user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: commons-daemon
Uname: Linux 2.6.28-15-generic x86_64
** Affects: tomcat5.5 (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug
--
"-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.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list