test_tomcat_daemon smoke test failure on images with 3.13 kernel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tomcat7 (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
Starting from 20140109 onwards with the introduction of 3.13 kernel, we are seeing test_tomcat_daemon failure in smoke testing.
Impacted jobs are:
http://
and
http://
Reporting against tomcat although I am not entirely sure where exactly the issue is.
Steps:
1. Install a tomcat java server on a KVM (libvirt) following,
http://
2. Log into the machine and run the test:
http://
or run the following
ubuntu@ubuntu:~$ sudo netstat -ltnp | grep java
tcp6 0 0 :::8080 :::* LISTEN 1100/java
Note: Downgrading the kernel to 3.12.0-7-generic makes the test pass, with 60 second sleep for the daemon to start.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: tomcat7 7.0.47-1
ProcVersionSign
Uname: Linux 3.13.0-1-generic i686
ApportVersion: 2.13.1-0ubuntu1
Architecture: i386
Date: Tue Jan 14 16:38:54 2014
InstallationDate: Installed on 2014-01-10 (4 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Alpha i386 (20140110)
PackageArchitec
SourcePackage: tomcat7
UpgradeStatus: No upgrade log present (probably fresh install)
modified.
Changed in tomcat7 (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
SecureRandom generation is taking alot longer than normal, meaning that the tomcat7 instance is not starting fully before the tests are run.
We saw this before but I can't remember what caused it.